void-packages/templates/libproxy/template
Juan RP dd6b45c322 Set sourcepkg to pkgname through run_template().
This removes the need for having to specify sourcepkg manually in
every package that will build subpkgs.

--HG--
extra : convert_revision : 383e4c467e84844d2f4f61ae5c5e07a5124e9cfb
2009-07-29 22:44:30 +02:00

27 lines
1.1 KiB
Text

# 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