updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / posband / PKGBUILD
blob54131417be6a065258283abf4d766b061dee6c47
1 # Contributor: SaThaRiel <sathariel74[at]gmail[dot]com>
2 pkgname=posband
3 pkgver=0.9.9a1
4 pkgrel=3
5 pkgdesc="Angband variant based on NPPAngband with the possibility to play many classes including monsters"
6 arch=('i686' 'x86_64')
7 url="http://posband.psd-solutions.com/"
8 depends=('ncurses' 'lesstif')
9 makedepends=('ncurses')
10 license=('custom')
11 source=(http://posband.psd-solutions.com/downloads/src/posband-0.9.9a1-src.zip)
13 md5sums=('2a0e70cfcdf6ba69d244d83783fb003c')
15 build() {
16   cd "$srcdir/$pkgname"
17   make clean
18   ./configure --prefix=/usr --bindir=/usr/bin --with-setgid=games \
19           --with-libpath=/usr/lib/posband/
20   make
21   DESTDIR=$pkgdir/ make install || return 1