xbps: update to 0.16.1.
This commit is contained in:
parent
d0aa731ad4
commit
18ab09d7f6
1 changed files with 4 additions and 3 deletions
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'xbps'
|
# Template file for 'xbps'
|
||||||
pkgname=xbps
|
pkgname=xbps
|
||||||
version=0.16
|
version=0.16.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--prefix=/ --exec-prefix=/usr --with-pie --sbindir=/usr/sbin --with-tests"
|
configure_args="--prefix=/ --exec-prefix=/usr --with-pie --sbindir=/usr/sbin --with-tests"
|
||||||
depends="xbps-triggers"
|
depends="xbps-triggers"
|
||||||
makedepends="which pkg-config zlib-devel proplib-devel openssl-devel libfetch-devel libarchive-devel confuse-devel atf-devel"
|
makedepends="which pkg-config zlib-devel proplib-devel openssl-devel
|
||||||
|
libfetch-devel libarchive-devel confuse-devel atf-devel"
|
||||||
conf_files="/etc/xbps/xbps.conf"
|
conf_files="/etc/xbps/xbps.conf"
|
||||||
subpackages="$pkgname-static"
|
subpackages="$pkgname-static"
|
||||||
replaces="xbps>=0"
|
replaces="xbps>=0"
|
||||||
|
@ -14,7 +15,7 @@ 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"
|
||||||
distfiles="http://xbps.googlecode.com/files/xbps-$version.tar.gz"
|
distfiles="http://xbps.googlecode.com/files/xbps-$version.tar.gz"
|
||||||
checksum=66ecffe2cd48fa9c8260f20bbe04d2ce143371449fdf6912f838b58d8e451d8a
|
checksum=c9c286a2b8ace49d6c17c01dadef187f288847008c316968c3ae75166cb89502
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue