xbps: update to 0.17.
This commit is contained in:
parent
a506dd75f9
commit
9433d7f74d
2 changed files with 5 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'xbps'
|
||||
pkgname=xbps
|
||||
version=0.16.5
|
||||
revision=2
|
||||
version=0.17
|
||||
revision=1
|
||||
build_style=configure
|
||||
configure_args="--prefix=/ --exec-prefix=/usr --with-pie --sbindir=/usr/sbin --with-tests"
|
||||
configure_args="--prefix=/ --exec-prefix=/usr --sbindir=/usr/sbin --with-tests --with-static"
|
||||
depends="xbps-triggers"
|
||||
makedepends="which pkg-config zlib-devel proplib-devel>=0.6.1_3 openssl-devel
|
||||
libfetch-devel libarchive-devel confuse-devel atf-devel>=0.16"
|
||||
|
@ -15,7 +15,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://code.google.com/p/xbps"
|
||||
license="Simplified BSD"
|
||||
distfiles="http://xbps.googlecode.com/files/xbps-$version.tar.gz"
|
||||
checksum=ca5b0c87a4e28cc3788eeb37117406797d38a3fcd9d115d55607e046bbe916f3
|
||||
checksum=f3e9cb41fbb6075fc5cbc4403179e7ad5c07cd7b0092090f619807b950bfb371
|
||||
long_desc="
|
||||
The XBPS package system. A new, fast, from scratch and simple
|
||||
binary package manager. This package includes the binary utilities
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
libarchive.so.12
|
||||
libpthread.so.0
|
||||
libprop.so.0
|
||||
libc.so.6
|
||||
|
|
Loading…
Reference in a new issue