xbps-src: update to 29.
This commit is contained in:
parent
d68eece93a
commit
1d07944cc7
1 changed files with 4 additions and 4 deletions
|
@ -1,12 +1,11 @@
|
||||||
# Template file for 'xbps-src'
|
# Template file for 'xbps-src'
|
||||||
pkgname=xbps-src
|
pkgname=xbps-src
|
||||||
version=28
|
version=29
|
||||||
revision=1
|
revision=1
|
||||||
distfiles="https://github.com/downloads/xtraeme/xbps-src/xbps-src-${version}.tar.gz"
|
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="PREFIX=/usr ETCDIR=/etc/xbps"
|
make_build_args="PREFIX=/usr ETCDIR=/etc/xbps"
|
||||||
make_install_args="PREFIX=/usr ETCDIR=/etc/xbps"
|
make_install_args="PREFIX=/usr ETCDIR=/etc/xbps"
|
||||||
depends="gcc-c++ make bison gettext texinfo patch perl>=0 fakeroot libcap-progs xbps-static"
|
depends="gcc-c++ make bison gettext texinfo patch perl fakeroot libcap-progs"
|
||||||
makedepends="libcap-devel"
|
makedepends="libcap-devel"
|
||||||
fulldepends="git"
|
fulldepends="git"
|
||||||
replaces="xbps-src>=0"
|
replaces="xbps-src>=0"
|
||||||
|
@ -15,7 +14,8 @@ short_desc="The XBPS package system - binary package builder"
|
||||||
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=dbd0527b1e2b18b3b93978b0b3470adb80e92b109e4686fd2534c85f3e330721
|
distfiles="https://github.com/downloads/xtraeme/xbps-src/xbps-src-${version}.tar.gz"
|
||||||
|
checksum=54216bda8bc20e3062fe60acddd8ec88f82aa886f235fbee663731c972a225e3
|
||||||
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 xbps-src, the
|
binary package manager. This package includes xbps-src, the
|
||||||
|
|
Loading…
Reference in a new issue