diff --git a/srcpkgs/libproxy/template b/srcpkgs/libproxy/template index 6bf20403141..07c286d1ee4 100644 --- a/srcpkgs/libproxy/template +++ b/srcpkgs/libproxy/template @@ -1,17 +1,18 @@ # Template file for 'libproxy' pkgname=libproxy -version=0.4.7 +version=0.4.10 +revision=1 +subpackages="$pkgname-devel $pkgname-python" +build_style=cmake +configure_args="-DWITH_GNOME=0 -DWITH_KDE4=0 -DWITH_MOZJS=0 -DWITH_NM=0 + -DWITH_PERL=0 -DWITH_PYTHON=1 -DWITH_WEBKIT=0" +makedepends="pkg-config python cmake" +short_desc="A library handling all the details of proxy configuration" +maintainer="Juan RP " homepage="http://libproxy.googlecode.com" license="LGPL-2.1" distfiles="http://libproxy.googlecode.com/files/$pkgname-$version.tar.gz" -makedepends="pkg-config python cmake" -revision=1 -short_desc="A library handling all the details of proxy configuration" -maintainer="Juan RP " -build_style=cmake -configure_args="-DWITH_GNOME=0 -DWITH_KDE4=0 -DWITH_MOZJS=0 -DWITH_NM=0 --DWITH_PERL=0 -DWITH_PYTHON=1 -DWITH_WEBKIT=0" -checksum=8fe0a58810139ba3c2e186deccf3e68adcd127aa0e972b0862b30b3dde493797 +checksum=023e3c1023c522333ac4c414e9cb6db05bc564d3e5d30570e2db07aac100c635 long_desc=" libproxy is a library that provides automatic proxy configuration management. @@ -24,6 +25,3 @@ long_desc=" * dynamic adjustment to changing network topology * a standard way of dealing with proxy settings across all scenarios * a sublime sense of joy and accomplishment" - -subpackages="$pkgname-devel $pkgname-python" -