#Maintainer: George Vlahavas (vlahavas@gmail.com, gapan@zenwalk forums) pkgname=ggz-client-libs pkgver=0.0.14.1 pkgrel=1 zenver=52 arch=i486 source=("http://ftp.belnet.be/packages/ggzgamingzone/ggz/0.0.14.1/ggz-client-libs-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------------------------------------------------------| "ggz-client-libs - The GGZ Gaming Zone core client libraries" "GGZ Gaming Zone core client libraries provides the common procedures" "and utilities required to run the GGZ client and games. The routines" "are shared by other modules in order to ease coding and promote" "compatibility and stability." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make -j2 || return 1 make install DESTDIR=$startdir/pkg }