1 # Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
6 pkgdesc="Roguelike; guide an archaeologist through an underground crypt"
8 url="http://$pkgname.googlecode.com/"
11 source=($url/files/${pkgname}_${pkgver}_nosound.tar.gz)
12 md5sums=('65bd2963dcb71cf3203216482a745146')
17 sed 's|-Os||g;s|main.c|main.o|g' -i Makefile
19 ./configure --without-sdl
20 make STRIP=: || return 1
21 install -Dm755 cr "$pkgdir"/usr/bin/$pkgname
24 # vim:set ts=2 sw=2 et: