1 # Contributor: SaThaRiel <sathariel74[at]gmail[dot]com>
5 pkgdesc="Entroband is an Angband variant that is intended to be difficult, yet rewarding for characters of all levels."
7 url="http://artsci.wustl.edu/~bcbarnes/band/"
9 depends=('ncurses' 'libx11')
10 source=(http://www.tja-server.de/entroband-1.7.1-src.zip)
11 md5sums=('48e347a2f03c635204fb2d96ceee6c1a')
16 ./configure --prefix=/usr --with-setgid=games \
17 --x-includes=/usr/include --x-libraries=/usr/lib \
18 --with-libpath=/usr/lib/entroband/ \
19 --with-x --disable-fontset \
23 sed 's/q00water.txt//g' lib/edit/Makefile > lib/edit/Makefile.tmp && mv lib/edit/Makefile.tmp lib/edit/Makefile
25 make DESTDIR=$pkgdir install