2009-05-14 13:26:30 +00:00
|
|
|
# Template file for 'libproxy'
|
|
|
|
pkgname=libproxy
|
2012-05-23 08:04:50 +00:00
|
|
|
version=0.4.7
|
|
|
|
homepage="http://libproxy.googlecode.com"
|
|
|
|
license="LGPL-2.1"
|
2009-05-14 13:26:30 +00:00
|
|
|
distfiles="http://libproxy.googlecode.com/files/$pkgname-$version.tar.gz"
|
2012-05-23 16:26:56 +00:00
|
|
|
makedepends="pkg-config python cmake"
|
2012-06-03 07:08:53 +00:00
|
|
|
revision=1
|
2012-05-23 08:04:50 +00:00
|
|
|
short_desc="A library handling all the details of proxy configuration"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-10-24 13:08:19 +00:00
|
|
|
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"
|
2012-05-23 08:04:50 +00:00
|
|
|
checksum=8fe0a58810139ba3c2e186deccf3e68adcd127aa0e972b0862b30b3dde493797
|
2009-05-14 13:26:30 +00:00
|
|
|
long_desc="
|
|
|
|
libproxy is a library that provides automatic proxy configuration management.
|
|
|
|
|
|
|
|
libproxy offers the following features:
|
|
|
|
|
|
|
|
* extremely small core footprint (less than 35K)
|
|
|
|
* no external dependencies within libproxy core (libproxy plugins may
|
|
|
|
have dependencies)
|
|
|
|
* only 3 functions in the stable external API
|
|
|
|
* dynamic adjustment to changing network topology
|
|
|
|
* a standard way of dealing with proxy settings across all scenarios
|
|
|
|
* a sublime sense of joy and accomplishment"
|
|
|
|
|
2009-11-22 07:31:44 +00:00
|
|
|
subpackages="$pkgname-devel $pkgname-python"
|
2010-10-29 08:07:36 +00:00
|
|
|
|