Update all packages for xbps-src>=28. WARNING: xbps-src-28 (or from git) required!

This commit is contained in:
Juan RP
2012-05-23 18:26:56 +02:00
parent 900779add4
commit 1816de0e4a
2107 changed files with 3050 additions and 10194 deletions

View File

@@ -1,2 +0,0 @@
abi_depends=">=0.4.6"
api_depends="${abi_depends}"

View File

@@ -1,12 +1,11 @@
# Template file for 'libproxy-devel'.
#
depends="pkg-config libproxy>=0.4.7"
short_desc="${sourcepkg} development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
Add_dependency run pkg-config
Add_dependency run libproxy ">=$version"
noarch=yes

View File

@@ -1,12 +1,11 @@
# Template file for 'libproxy-python'.
#
depends="libproxy>=0.4.7 python"
short_desc="${sourcepkg} python bindings"
long_desc="${long_desc}
This package contains the python bindings."
Add_dependency run libproxy ">=$version"
Add_dependency run python
do_install() {
vmove "usr/lib/python*" usr/lib

View File

@@ -4,6 +4,7 @@ version=0.4.7
homepage="http://libproxy.googlecode.com"
license="LGPL-2.1"
distfiles="http://libproxy.googlecode.com/files/$pkgname-$version.tar.gz"
makedepends="pkg-config python cmake"
short_desc="A library handling all the details of proxy configuration"
maintainer="Juan RP <xtraeme@gmail.com>"
build_style=cmake
@@ -25,6 +26,3 @@ long_desc="
subpackages="$pkgname-devel $pkgname-python"
Add_dependency build pkg-config
Add_dependency build python
Add_dependency build cmake