xbps-devel: this provides always a newer xbps{,-static} version.

This commit is contained in:
Juan RP 2011-02-01 01:30:09 +01:00
parent 3a86d98136
commit 27c0e2c407
2 changed files with 4 additions and 2 deletions

View file

@ -13,7 +13,8 @@ long_desc="
branch available from https://launchpad.net/xbps" branch available from https://launchpad.net/xbps"
subpackages="$pkgname-static" subpackages="$pkgname-static"
replaces="xbps" provides="xbps-9999"
replaces="xbps>=0"
nofetch=yes nofetch=yes
noextract=yes noextract=yes
@ -35,5 +36,5 @@ do_fetch()
{ {
local url="http://xbps.googlecode.com/hg" local url="http://xbps.googlecode.com/hg"
msg_normal " Fetching source from $url ...\n" msg_normal " Fetching source from $url ...\n"
hg clone $url ${pkgname}-${version} 2>/dev/null hg clone $url ${pkgname}-${version}
} }

View file

@ -6,6 +6,7 @@ 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."
provides="xbps-static-9999"
replaces="xbps-static>=0" replaces="xbps-static>=0"
do_install() do_install()