xbps-src: update to v36 (includes linux-user-chroot).
This commit is contained in:
parent
fdf685a35f
commit
ceda10eb61
1 changed files with 3 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'xbps-src'
|
||||
pkgname=xbps-src
|
||||
version=20130201
|
||||
version=20130202
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
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"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://code.google.com/p/xbps"
|
||||
license="Simplified BSD"
|
||||
license="GPL-2"
|
||||
|
||||
noarch=yes
|
||||
nofetch=yes
|
||||
noextract=yes
|
||||
|
||||
makedepends="git"
|
||||
depends="xbps-triggers>=0.54 linux-user-chroot fakeroot"
|
||||
depends="xbps-triggers>=0.54 fakeroot"
|
||||
replaces="xbps-src-git>=0"
|
||||
|
||||
do_fetch() {
|
||||
|
|
Loading…
Reference in a new issue