Advertisement
Sansui350A

palm-emulator

Apr 2nd, 2011
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. sudo yaourt -S palm-emulator
  2. edit PGKBUILD:
  3. --change virtualbox dep to:
  4. virtualbox_bin-3
  5.  
  6.  
  7. --- replace the deb file links with these
  8.  
  9. https://cdn.downloads.palm.com/sdkdownloads/2.1.0.519/sdkBinaries/palm-novacom_1.0.64_i386.deb
  10. https://cdn.downloads.palm.com/sdkdownloads/2.1.0.519/sdkBinaries/palm-sdk_2.1.0-svn409992-pho519_i386.deb
  11.  
  12. --- replace the md5sums with these
  13.  
  14. 33d8091c4798dcacc322c22dade116a4
  15. e0df38e10c34fdb665a562aa99aebf2a
  16.  
  17.  
  18. ---- change bstar commands to reflect new package vers.
  19. bsdtar xf palm-novacom_1.0.64_i386.deb
  20. bsdtar xf data.tar.gz -C $pkgdir
  21. bsdtar xf palm-sdk_2.1.0-svn409992-pho519_i386.deb
  22. bsdtar xf data.tar.gz -C $pkgdir
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement