mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
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'
|
# Template file for 'xbps-src-git'
|
||||||
pkgname=xbps-src-git
|
pkgname=xbps-src-git
|
||||||
version="$(date -u +%Y%m%d)"
|
version="$(date -u +%Y%m%d)"
|
||||||
revision=1
|
revision=2
|
||||||
nofetch=yes
|
|
||||||
noextract=yes
|
|
||||||
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 fakeroot libcap-progs"
|
depends="gcc-c++ make bison gettext texinfo patch perl fakeroot linux-user-chroot"
|
||||||
makedepends="libcap-devel"
|
|
||||||
fulldepends="git"
|
fulldepends="git"
|
||||||
provides="xbps-src-9999"
|
provides="xbps-src-9999"
|
||||||
replaces="xbps-src>=0"
|
replaces="xbps-src>=0"
|
||||||
|
@ -25,6 +22,10 @@ long_desc="
|
||||||
This package includes code from master branch of development git
|
This package includes code from master branch of development git
|
||||||
repository. Do not use it if you aren't a developer."
|
repository. Do not use it if you aren't a developer."
|
||||||
|
|
||||||
|
noarch=yes
|
||||||
|
nofetch=yes
|
||||||
|
noextract=yes
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
local url="git://github.com/xtraeme/xbps-src"
|
local url="git://github.com/xtraeme/xbps-src"
|
||||||
msg_normal "Fetching source from $url ...\n"
|
msg_normal "Fetching source from $url ...\n"
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
libcap.so.2
|
|
||||||
libc.so.6
|
|
Loading…
Add table
Reference in a new issue