xbps: update to 0.11.

This commit is contained in:
Juan RP 2011-12-20 16:51:39 +01:00
parent 7fa74e8162
commit 5e493b718c
2 changed files with 6 additions and 4 deletions

View file

@ -1,22 +1,21 @@
# Template file for 'xbps' # Template file for 'xbps'
pkgname=xbps pkgname=xbps
version=0.10.1 version=0.11
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"
revision=1
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>"
homepage="http://code.google.com/p/xbps" homepage="http://code.google.com/p/xbps"
license="Simplified BSD" license="Simplified BSD"
checksum=cce87cba2c6a8eb92a84a959aaaacb6bad23ccbe27c045d7e678c309832d8f13 checksum=1f736dbca875988c5b4a33335a5fe6e9f82254de6161d16d762eea5d7f5318b9
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
to be able to handle XBPS binary packages." to be able to handle XBPS binary packages."
conf_files="/etc/xbps/conf.plist /etc/xbps/repositories.plist" conf_files="/etc/xbps/xbps.conf"
subpackages="$pkgname-static" subpackages="$pkgname-static"
replaces="xbps>=0" replaces="xbps>=0"
@ -28,3 +27,4 @@ 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 Add_dependency build libfetch-devel
Add_dependency build confuse-devel

View file

@ -5,3 +5,5 @@ libfetch.so
libz.so.1 libz.so.1
libarchive.so.2 libarchive.so.2
libcrypto.so.1 libcrypto.so.1
libconfuse.so.0
librt.so.1