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"