1 # Contributor: SaThaRiel <sathariel74[at]gmail[dot]com>
5 pkgdesc="Reposband is an Angband variant that attempts to recreate Posband in the latest version of V. Enjoy playing as a monster!"
7 url="https://github.com/simongre/RePosBand"
8 depends=('ncurses' 'lesstif' 'sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'sdl_sound' 'libx11' 'libsm' 'gtk2')
9 makedepends=('git' 'autogen')
10 license=('GPL2' 'custom')
13 _gitroot=https://github.com/simongre/RePosBand.git
16 if [ -d $srcdir/$_gitname/.git ]
18 cd $srcdir/$_gitname && git pull
20 cd $srcdir && git clone $_gitroot && cd $_gitname
23 cd "$startdir/src/$_gitname"
29 --sysconfdir=/usr/share/reposband \
30 --with-configpath=/usr/share/reposband \
31 --with-libpath=/usr/share/reposband \
34 --enable-sdl-mixer || return 1
37 make DESTDIR="$pkgdir" install
38 install -Dm644 copying.txt $pkgdir/usr/share/licenses/reposband/COPYING