mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
xbps-src-git: remove deps; they can be guessed at runtime.
This commit is contained in:
parent
f4d90faa40
commit
df6e5bbfe3
1 changed files with 1 additions and 3 deletions
|
@ -1,12 +1,10 @@
|
||||||
# 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
|
||||||
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 linux-user-chroot"
|
|
||||||
fulldepends="git"
|
|
||||||
provides="xbps-src-9999"
|
provides="xbps-src-9999"
|
||||||
replaces="xbps-src>=0"
|
replaces="xbps-src>=0"
|
||||||
conf_files="/etc/xbps/xbps-src.conf"
|
conf_files="/etc/xbps/xbps-src.conf"
|
||||||
|
|
Loading…
Add table
Reference in a new issue