#Maintainer: George Vlahavas (vlahavas@gmail.com) pkgname=libggz pkgver=0.0.14.1 pkgrel=1gv 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/ 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 --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --enable-anl --with-tls --disable-static make -j2 || return 1 make install DESTDIR=$startdir/pkg }