xbps: update to 0.10.0.
This commit is contained in:
parent
793d78e609
commit
6b21e43ac4
|
@ -1,23 +1,21 @@
|
||||||
# Template file for 'xbps'
|
# Template file for 'xbps'
|
||||||
pkgname=xbps
|
pkgname=xbps
|
||||||
version=0.9.1
|
version=0.10.0
|
||||||
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 --silent
|
--datadir=/usr/share --mandir=/usr/share/man --with-pie"
|
||||||
--with-external-proplib --with-external-libfetch"
|
|
||||||
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=e126575cfa65f47c16617f082e3e0bd0aca6bf70ecd9bfb2f7dbb009be7f6e33
|
checksum=d39e9ecac2cfe7b7e2842be0dee485306dbbe36341538494e5fee67e0769b9ab
|
||||||
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."
|
||||||
|
|
||||||
broken_as_needed=yes
|
conf_files="/etc/xbps/conf.plist /etc/xbps/repositories.plist"
|
||||||
conf_files="/etc/xbps-conf.plist"
|
|
||||||
subpackages="$pkgname-static"
|
subpackages="$pkgname-static"
|
||||||
replaces="xbps>=0"
|
replaces="xbps>=0"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue