Advertisement
Guest User

Untitled

a guest
May 8th, 2010
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. --- PKGBUILD.old 2009-04-11 01:42:54.000000000 +0200
  2. +++ PKGBUILD 2010-05-08 15:01:52.000000000 +0200
  3. @@ -3,14 +3,17 @@
  4. pkgver=0.11
  5. pkgrel=2
  6. pkgdesc="An inventive game by Kenta Cho"
  7. -arch=('i686')
  8. +arch=('i686', 'x86_64')
  9. url="http://www.asahi-net.or.jp/~cs8k-cyu/windows/mcd_e.html"
  10. license=('custom')
  11. depends=('libbulletml' 'libgl' 'mesa' 'ode' 'sdl_mixer')
  12. makedepends=('gdc-bin' 'gcc' 'ode-compat')
  13. source=(http://www.asahi-net.or.jp/~cs8k-cyu/windows/mcd0_11.zip
  14. - http://ftp.de.debian.org/debian/pool/main/m/mu-cade/mu-cade_0.11.dfsg1-4.diff.gz
  15. + http://ftp.de.debian.org/debian/pool/main/m/mu-cade/mu-cade_0.11.dfsg1-5.diff.gz
  16. http://downloads.sourceforge.net/sourceforge/opende/ode-0.10.1.tar.bz2)
  17. +md5sums=('59915ec27f7899cdf1e417987ead4ace'
  18. + '2502afdc62bbc43e1468e46690f0cddb'
  19. + '91c396b915539a760617437d56eb1681')
  20.  
  21. build() {
  22.  
  23. @@ -18,7 +21,7 @@
  24.  
  25.  
  26. cd $startdir/src/mcd
  27. -patch -p2 <../mu-cade_0.11.dfsg1-4.diff
  28. +patch -p2 <../mu-cade_0.11.dfsg1-5.diff
  29. while read x;do patch -p1<patches/"$x";done <patches/series
  30.  
  31. sed -i s,usr/games,usr/bin,g ./{mu-cade.install,mu-cade.desktop}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement