28 lines
1.1 KiB
Plaintext
28 lines
1.1 KiB
Plaintext
# Template file for 'libproxy'
|
|
pkgname=libproxy
|
|
version=0.2.3
|
|
distfiles="http://libproxy.googlecode.com/files/$pkgname-$version.tar.gz"
|
|
build_style=gnu_configure
|
|
configure_args="--without-gnome --without-kde --without-webkit
|
|
--without-mozjs --without-networkmanager --with-python"
|
|
short_desc="A library handling all the details of proxy configuration"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=59ded160b3547d29e37cc9d06359f7f37d94112214e4532430cd65e704c1339a
|
|
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"
|
|
|
|
subpackages="devel python"
|
|
Add_dependency build pkg-config
|
|
Add_dependency build python
|
|
Add_dependency run glibc
|