85cc462e1d
* Moved helpers, common and triggers dirs into xbps-src, where they belong. * Renamed the templates dir to srcpkgs, it was so redundant before. * Make it possible to add subpkgs with no restriction in names, for example udev now has a subpkgs called "libgudev". Previously subpkgs were named "${sourcepkg}-${pkgname}". * xbps-src: changed to look for template files in current directory. That means that most arguments from the targets have been removed. * xbps-src: added a reinstall target, to remove + install. * xbps-src: do not overwrite binpkgs by default, skip them. And more that I forgot because it's a mega-commit that I've been working for some days already... --HG-- extra : convert_revision : 0f466878584d1e6895d2a234f07ea1b2d1e61b3e
27 lines
1.1 KiB
Text
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="$pkgname-devel $pkgname-python"
|
|
Add_dependency build pkg-config
|
|
Add_dependency build python
|
|
Add_dependency run glibc
|