#Maintainer: George Vlahavas (vlahavas~at~gmail~dot~com) pkgname=libproxy pkgver=0.3.0 pkgrel=1gv arch=x86_64 source=(http://libproxy.googlecode.com/files/libproxy-$pkgver.tar.gz) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers") url=http://code.google.com/p/libproxy/ 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 --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --without-kde --without-webkit --without-mozjs --without-networkmanager --disable-static make || return 1 make install DESTDIR=$startdir/pkg }