updated on Fri Jan 20 16:18:17 UTC 2012
[aur-mirror.git] / entroband / PKGBUILD
blobcc97187b4ab707fe6030db0a9c8db3abbf2f9d0f
1 # Contributor: SaThaRiel <sathariel74[at]gmail[dot]com>
2 pkgname=entroband
3 pkgver=1.7.1
4 pkgrel=1
5 pkgdesc="Entroband is an Angband variant that is intended to be difficult, yet rewarding for characters of all levels."
6 arch=('i686' 'x86_64')
7 url="http://artsci.wustl.edu/~bcbarnes/band/"
8 license=('custom')
9 depends=('ncurses' 'libx11')
10 source=(http://www.tja-server.de/entroband-1.7.1-src.zip)
11 md5sums=('48e347a2f03c635204fb2d96ceee6c1a')
13 build() {
14   cd $srcdir/entro-src
15   sh ./bootstrap
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 \
20         --disable-japanese \
21         --disable-xim
23   sed 's/q00water.txt//g' lib/edit/Makefile > lib/edit/Makefile.tmp && mv lib/edit/Makefile.tmp lib/edit/Makefile
24   make || return 1
25   make DESTDIR=$pkgdir install