xbps-src-git: update for linux-user-chroot switch; switch to noarch.
This commit is contained in:
parent
ff3fb92e87
commit
92bf8a29ae
3 changed files with 6 additions and 13 deletions
|
@ -1,6 +0,0 @@
|
|||
case ${ACTION} in
|
||||
post)
|
||||
# Sets up required capabilities on helpers.
|
||||
xbps-src setcaps
|
||||
;;
|
||||
esac
|
|
@ -1,14 +1,11 @@
|
|||
# Template file for 'xbps-src-git'
|
||||
pkgname=xbps-src-git
|
||||
version="$(date -u +%Y%m%d)"
|
||||
revision=1
|
||||
nofetch=yes
|
||||
noextract=yes
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
make_build_args="PREFIX=/usr ETCDIR=/etc/xbps"
|
||||
make_install_args="PREFIX=/usr ETCDIR=/etc/xbps"
|
||||
depends="gcc-c++ make bison gettext texinfo patch perl fakeroot libcap-progs"
|
||||
makedepends="libcap-devel"
|
||||
depends="gcc-c++ make bison gettext texinfo patch perl fakeroot linux-user-chroot"
|
||||
fulldepends="git"
|
||||
provides="xbps-src-9999"
|
||||
replaces="xbps-src>=0"
|
||||
|
@ -25,6 +22,10 @@ long_desc="
|
|||
This package includes code from master branch of development git
|
||||
repository. Do not use it if you aren't a developer."
|
||||
|
||||
noarch=yes
|
||||
nofetch=yes
|
||||
noextract=yes
|
||||
|
||||
do_fetch() {
|
||||
local url="git://github.com/xtraeme/xbps-src"
|
||||
msg_normal "Fetching source from $url ...\n"
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
libcap.so.2
|
||||
libc.so.6
|
Loading…
Reference in a new issue