xbps: update to 0.16.
This commit is contained in:
parent
29b239b2be
commit
cfb72af8f2
1 changed files with 8 additions and 12 deletions
|
@ -1,25 +1,21 @@
|
||||||
# Template file for 'xbps'
|
# Template file for 'xbps'
|
||||||
pkgname=xbps
|
pkgname=xbps
|
||||||
version=0.15
|
version=0.16
|
||||||
distfiles="http://xbps.googlecode.com/files/xbps-$version.tar.gz"
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--prefix=/ --exec-prefix=/usr --with-pie --sbindir=/usr/sbin
|
configure_args="--prefix=/ --exec-prefix=/usr --with-pie --sbindir=/usr/sbin --with-tests"
|
||||||
--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"
|
||||||
revision=1
|
conf_files="/etc/xbps/xbps.conf"
|
||||||
|
subpackages="$pkgname-static"
|
||||||
|
replaces="xbps>=0"
|
||||||
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=83a6ab893b309dbbdcb56e0fa8c7dfd426d3e408ccf202d14bba6db1a28b41e0
|
distfiles="http://xbps.googlecode.com/files/xbps-$version.tar.gz"
|
||||||
|
checksum=66ecffe2cd48fa9c8260f20bbe04d2ce143371449fdf6912f838b58d8e451d8a
|
||||||
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/xbps.conf"
|
|
||||||
subpackages="$pkgname-static"
|
|
||||||
replaces="xbps>=0"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue