Update all packages for xbps-src>=28. WARNING: xbps-src-28 (or from git) required!
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
abi_depends=">=0.4.6"
|
||||
api_depends="${abi_depends}"
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user