xbps: depend explicitly in xbps-triggers.
This commit is contained in:
parent
bd2c0ccf9b
commit
1ee7ad6a8c
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'xbps'
|
# Template file for 'xbps'
|
||||||
pkgname=xbps
|
pkgname=xbps
|
||||||
version=0.9.0
|
version=0.9.0
|
||||||
|
revision=1
|
||||||
distfiles="http://xbps.googlecode.com/files/xbps-$version.tar.gz"
|
distfiles="http://xbps.googlecode.com/files/xbps-$version.tar.gz"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--prefix=/ --includedir=/usr/include
|
configure_args="--prefix=/ --includedir=/usr/include
|
||||||
|
@ -21,6 +22,7 @@ conf_files="/etc/xbps-conf.plist"
|
||||||
subpackages="$pkgname-static"
|
subpackages="$pkgname-static"
|
||||||
replaces="xbps>=0"
|
replaces="xbps>=0"
|
||||||
|
|
||||||
|
Add_dependency run xbps-triggers
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run zlib
|
Add_dependency run zlib
|
||||||
Add_dependency run proplib
|
Add_dependency run proplib
|
||||||
|
|
|
@ -6,8 +6,9 @@ long_desc="${long_desc}
|
||||||
This package contains the static binaries and library, that can be
|
This package contains the static binaries and library, that can be
|
||||||
used on any GNU/Linux distribution matching the architecture."
|
used on any GNU/Linux distribution matching the architecture."
|
||||||
|
|
||||||
revision=1
|
revision=2
|
||||||
replaces="xbps-static>=0"
|
replaces="xbps-static>=0"
|
||||||
|
Add_dependency run xbps-triggers
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue