#Maintainer: George Vlahavas (vlahavas~at~gmail~dot~com, gapan@zenwalk forums) pkgname=libproxy pkgver=0.2.3 zenver=60 pkgrel=1 arch=i486 source=(http://libproxy.googlecode.com/files/libproxy-0.2.3.tar.gz) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers") url=http://code.google.com/p/libproxy/ sourcetemplate=http://pnboy.pinguix.com/gapan/$pkgname options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "libproxy - a library handling all the details of proxy configuration" "libproxy is a library that provides automatic proxy configuration" "management." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --without-kde --without-webkit --without-mozjs --without-networkmanager --disable-static make || return 1 make install DESTDIR=$startdir/pkg }