libproxy: update to 0.4.6, bump abi_depends.
This commit is contained in:
parent
9d3014e380
commit
4af6293425
3 changed files with 15 additions and 11 deletions
|
@ -1,2 +1,2 @@
|
|||
abi_depends=">=0.2.3"
|
||||
abi_depends=">=0.4.6"
|
||||
api_depends="${abi_depends}"
|
||||
|
|
|
@ -5,14 +5,13 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run pkg-config
|
||||
Add_dependency run libproxy
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/{include,share} ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||
}
|
||||
|
|
|
@ -1,14 +1,15 @@
|
|||
# Template file for 'libproxy'
|
||||
pkgname=libproxy
|
||||
version=0.2.3
|
||||
revision=1
|
||||
version=0.4.6
|
||||
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"
|
||||
build_style=configure
|
||||
configure_script=cmake
|
||||
configure_args="-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
|
||||
-DWITH_GNOME=off -DWITH_KDE4=off -DWITH_MOZJS=off -DWITH_NM=off -DWITH_PERL=off
|
||||
-DWITH_PYTHON=yes -DWITH_WEBKIT=off"
|
||||
short_desc="A library handling all the details of proxy configuration"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=59ded160b3547d29e37cc9d06359f7f37d94112214e4532430cd65e704c1339a
|
||||
checksum=9ad912e63b1efca98fb442240a2bc7302e6021c1d0b1b9363327729f29462f30
|
||||
long_desc="
|
||||
libproxy is a library that provides automatic proxy configuration management.
|
||||
|
||||
|
@ -23,6 +24,10 @@ long_desc="
|
|||
* a sublime sense of joy and accomplishment"
|
||||
|
||||
subpackages="$pkgname-devel $pkgname-python"
|
||||
Add_dependency run libgcc
|
||||
Add_dependency run glibc
|
||||
Add_dependency run libstdc++
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build python
|
||||
Add_dependency run glibc
|
||||
Add_dependency build cmake
|
||||
|
|
Loading…
Reference in a new issue