1 # Contributor: SaThaRiel <sathariel74[at]gmail[dot]com>
5 pkgdesc="Angband variant based on NPPAngband with the possibility to play many classes including monsters"
7 url="http://posband.psd-solutions.com/"
8 depends=('ncurses' 'lesstif')
9 makedepends=('ncurses')
11 source=(http://posband.psd-solutions.com/downloads/src/posband-0.9.9a1-src.zip)
13 md5sums=('2a0e70cfcdf6ba69d244d83783fb003c')
18 ./configure --prefix=/usr --bindir=/usr/bin --with-setgid=games \
19 --with-libpath=/usr/lib/posband/
21 DESTDIR=$pkgdir/ make install || return 1