From 6b21e43ac411f9e7b65ae66bcf53e4a153266343 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 21 Oct 2011 10:31:38 +0200 Subject: [PATCH] xbps: update to 0.10.0. --- srcpkgs/xbps/template | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/srcpkgs/xbps/template b/srcpkgs/xbps/template index 25eb0ab613d..b969807c093 100644 --- a/srcpkgs/xbps/template +++ b/srcpkgs/xbps/template @@ -1,23 +1,21 @@ # Template file for 'xbps' pkgname=xbps -version=0.9.1 +version=0.10.0 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 --silent ---with-external-proplib --with-external-libfetch" +configure_args="--prefix=/ --includedir=/usr/include +--datadir=/usr/share --mandir=/usr/share/man --with-pie" short_desc="The XBPS package system utilities" maintainer="Juan RP " homepage="http://code.google.com/p/xbps" license="Simplified BSD" -checksum=e126575cfa65f47c16617f082e3e0bd0aca6bf70ecd9bfb2f7dbb009be7f6e33 +checksum=d39e9ecac2cfe7b7e2842be0dee485306dbbe36341538494e5fee67e0769b9ab long_desc=" The XBPS package system. A new, fast, from scratch and simple binary package manager. This package includes the binary utilities to be able to handle XBPS binary packages." -broken_as_needed=yes -conf_files="/etc/xbps-conf.plist" +conf_files="/etc/xbps/conf.plist /etc/xbps/repositories.plist" subpackages="$pkgname-static" replaces="xbps>=0"