xbps-src-git: remove deps; they can be guessed at runtime.

This commit is contained in:
Juan RP 2012-11-19 15:55:59 +01:00
parent f4d90faa40
commit df6e5bbfe3
1 changed files with 1 additions and 3 deletions

View File

@ -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"