xbps: update to 0.10.0.

This commit is contained in:
Juan RP 2011-10-21 10:31:38 +02:00
parent 793d78e609
commit 6b21e43ac4

View File

@ -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 <xtraeme@gmail.com>"
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"