xbps-git: require libxbps>=version to make vpkgs work.

This commit is contained in:
Juan RP
2012-10-02 11:51:32 +02:00
parent 9433d7f74d
commit b7509889dd
3 changed files with 4 additions and 4 deletions

View File

@@ -1,13 +1,13 @@
# Template file for 'xbps-git'
pkgname=xbps-git
version="$(date -u +%Y%m%d)"
revision=1
revision=2
nofetch=yes
noextract=yes
build_style=configure
configure_args="--prefix=/ --exec-prefix=/usr --sbindir=/usr/sbin
--with-static --with-tests"
depends="xbps-triggers libxbps-git>=$version"
depends="xbps-triggers libxbps>=${version}"
makedepends="git which pkg-config zlib-devel proplib-devel openssl-devel
libarchive-devel libfetch-devel confuse-devel atf-devel>=0.16"
conf_files="/etc/xbps/xbps.conf"