xbps: depend explicitly in xbps-triggers.

This commit is contained in:
Juan RP 2011-07-11 10:22:21 +02:00
parent bd2c0ccf9b
commit 1ee7ad6a8c
2 changed files with 4 additions and 1 deletions

View file

@ -1,6 +1,7 @@
# Template file for 'xbps'
pkgname=xbps
version=0.9.0
revision=1
distfiles="http://xbps.googlecode.com/files/xbps-$version.tar.gz"
build_style=configure
configure_args="--prefix=/ --includedir=/usr/include
@ -21,6 +22,7 @@ conf_files="/etc/xbps-conf.plist"
subpackages="$pkgname-static"
replaces="xbps>=0"
Add_dependency run xbps-triggers
Add_dependency run glibc
Add_dependency run zlib
Add_dependency run proplib

View file

@ -6,8 +6,9 @@ long_desc="${long_desc}
This package contains the static binaries and library, that can be
used on any GNU/Linux distribution matching the architecture."
revision=1
revision=2
replaces="xbps-static>=0"
Add_dependency run xbps-triggers
do_install()
{