#Maintainer: George Vlahavas (vlahavas~at~mail~dot~com) pkgname=ggz-client-libs pkgver=0.0.14.1 pkgrel=1gv arch=x86_64 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=('noautodotnew') 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 --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }