xbps-src: update to v36 (includes linux-user-chroot).
This commit is contained in:
parent
fdf685a35f
commit
ceda10eb61
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'xbps-src'
|
# Template file for 'xbps-src'
|
||||||
pkgname=xbps-src
|
pkgname=xbps-src
|
||||||
version=20130201
|
version=20130202
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="PREFIX=/usr ETCDIR=/etc/xbps"
|
make_build_args="PREFIX=/usr ETCDIR=/etc/xbps"
|
||||||
|
@ -9,14 +9,12 @@ conf_files="/etc/xbps/xbps-src.conf"
|
||||||
short_desc="The XBPS package system - binary package builder"
|
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="GPL-2"
|
||||||
|
|
||||||
noarch=yes
|
|
||||||
nofetch=yes
|
nofetch=yes
|
||||||
noextract=yes
|
noextract=yes
|
||||||
|
|
||||||
makedepends="git"
|
makedepends="git"
|
||||||
depends="xbps-triggers>=0.54 linux-user-chroot fakeroot"
|
depends="xbps-triggers>=0.54 fakeroot"
|
||||||
replaces="xbps-src-git>=0"
|
replaces="xbps-src-git>=0"
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
|
|
Loading…
Reference in New Issue