libproxy: update to 0.4.10.

This commit is contained in:
Juan RP 2012-12-04 20:37:57 +01:00
parent 28e12bdc2b
commit 774acd4919

View file

@ -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 <xtraeme@gmail.com>"
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 <xtraeme@gmail.com>"
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"