void-packages/srcpkgs/libproxy/template
Juan RP 79e2398c03 libproxy: move so symlink into main pkg.
--HG--
extra : convert_revision : 06dbeb9d5f6843bf83d48816b604f06dcaf983e4
2010-04-23 13:23:25 +02:00

29 lines
1.1 KiB
Plaintext

# Template file for 'libproxy'
pkgname=libproxy
version=0.2.3
revision=1
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="$pkgname-devel $pkgname-python"
Add_dependency build pkg-config
Add_dependency build python
Add_dependency run glibc