4 pkgdesc='The strategy game of Greed.'
6 url='http://www.catb.org/~esr/greed/'
8 source=(http://www.catb.org/~esr/greed/$pkgname-$pkgver.tar.gz)
9 md5sums=('d5d254db1e093e0bfb51ad11c35e1093')
14 make CFLAGS="${CFLAGS}" || return 1
15 #make DESTDIR="$pkgdir" install || return 1 <--- should use this line but doesn't work the the Makefile
18 install -m755 -D greed $pkgdir/usr/bin/greed
19 install -m766 -D greed.hs $pkgdir/usr/games/lib/greed.hs