#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=GeoIP pkgver=1.4.8 zenver=72 pkgrel=1 arch=i686 source=("http://geolite.maxmind.com/download/geoip/api/c/GeoIP-$pkgver.tar.gz") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/ap/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers") url=http://www.maxmind.com/app/c options=('norequiredbuilder' 'keepdepfile') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "geoip - Non-DNS IP-to-country resolver C library & utils" "The open source GeoIP C API includes a free GeoLite Country database." "The code is licensed under the LGPL. " ) build() { cd $startdir/src/GeoIP-$pkgver autoreconf -i ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc \ --disable-static make || return 1 make install DESTDIR=$startdir/pkg }