xbps: update to 0.7.3, use external proplib and libfetch.

This commit is contained in:
Juan RP 2011-01-16 17:18:55 +01:00
parent 47075ccee9
commit cca3d89c66

View file

@ -1,13 +1,14 @@
# Template file for 'xbps' # Template file for 'xbps'
pkgname=xbps pkgname=xbps
version=0.7.2 version=0.7.3
distfiles="http://xbps.googlecode.com/files/xbps-$version.tar.gz" distfiles="http://xbps.googlecode.com/files/xbps-$version.tar.gz"
build_style=configure build_style=configure
configure_args="--prefix=/ --includedir=/usr/include configure_args="--prefix=/ --includedir=/usr/include
--datadir=/usr/share --mandir=/usr/share/man --with-pie" --datadir=/usr/share --mandir=/usr/share/man --with-pie --silent
--with-external-proplib --with-external-libfetch"
short_desc="The XBPS package system utilities" short_desc="The XBPS package system utilities"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=adf647c02d5161cb6c1109b2154564a96b46dfa0ce5c873b80aacf025df26195 checksum=a2935283f69a6e4ae3a59106c7f22870ecbb6424cf20d8061caf6ee5e60d2a19
long_desc=" long_desc="
The XBPS package system. A new, fast, from scratch and simple The XBPS package system. A new, fast, from scratch and simple
binary package manager. This package includes the binary utilities binary package manager. This package includes the binary utilities
@ -17,10 +18,14 @@ subpackages="$pkgname-static"
Add_dependency run glibc Add_dependency run glibc
Add_dependency run zlib Add_dependency run zlib
Add_dependency run proplib
Add_dependency run libarchive Add_dependency run libarchive
Add_dependency run libssl Add_dependency run libssl
Add_dependency run libfetch
Add_dependency build pkg-config Add_dependency build pkg-config
Add_dependency build zlib-devel Add_dependency build zlib-devel
Add_dependency build proplib-devel
Add_dependency build libarchive-devel Add_dependency build libarchive-devel
Add_dependency build openssl-devel Add_dependency build openssl-devel
Add_dependency build libfetch-devel