From cca3d89c665834056115d1f555e29d9ae99682e8 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 16 Jan 2011 17:18:55 +0100 Subject: [PATCH] xbps: update to 0.7.3, use external proplib and libfetch. --- srcpkgs/xbps/template | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/srcpkgs/xbps/template b/srcpkgs/xbps/template index 30f4a4da5be..729efc6e6e9 100644 --- a/srcpkgs/xbps/template +++ b/srcpkgs/xbps/template @@ -1,13 +1,14 @@ # Template file for 'xbps' pkgname=xbps -version=0.7.2 +version=0.7.3 distfiles="http://xbps.googlecode.com/files/xbps-$version.tar.gz" build_style=configure 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" maintainer="Juan RP " -checksum=adf647c02d5161cb6c1109b2154564a96b46dfa0ce5c873b80aacf025df26195 +checksum=a2935283f69a6e4ae3a59106c7f22870ecbb6424cf20d8061caf6ee5e60d2a19 long_desc=" The XBPS package system. A new, fast, from scratch and simple binary package manager. This package includes the binary utilities @@ -17,10 +18,14 @@ subpackages="$pkgname-static" Add_dependency run glibc Add_dependency run zlib +Add_dependency run proplib Add_dependency run libarchive Add_dependency run libssl +Add_dependency run libfetch Add_dependency build pkg-config Add_dependency build zlib-devel +Add_dependency build proplib-devel Add_dependency build libarchive-devel Add_dependency build openssl-devel +Add_dependency build libfetch-devel