#Maintainer: George Vlahavas (vlahavas@gmail.com, gapan@zenwalk forums) pkgname=libggz pkgver=0.0.14.1 pkgrel=1 zenver=52 arch=i486 source=("http://ftp.belnet.be/packages/ggzgamingzone/ggz/0.0.14.1/libggz-0.0.14.1.tar.gz") docs=("readme*" "install" "copying" "changelog" "authors" "news" "todo" "quickstart.ggz") url=http://www.ggzgamingzone.org/ options=('norequiredbuilder' 'keepdepfile') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "libggz - the GGZ base library for online gaming" "This is the GGZ base library libggz, used by the GGZ Gaming Zone" "server (ggzd), the ggzcore library and other components. The GGZ" "project makes free online gaming possible." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --enable-anl make -j2 || return 1 make install DESTDIR=$startdir/pkg }