wok-6.x diff ocsinventory-agent/receipt @ rev 17869
Use VERSION variable
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 26 09:34:19 2015 +0100 (2015-03-26) |
parents | 600aaedb561d |
children | 9e01bc6321ea |
line diff
1.1 --- a/ocsinventory-agent/receipt Mon Dec 02 19:18:04 2013 +0000 1.2 +++ b/ocsinventory-agent/receipt Thu Mar 26 09:34:19 2015 +0100 1.3 @@ -10,7 +10,7 @@ 1.4 TARBALL="$SOURCE-$VERSION.tar.gz" 1.5 SUGGESTED="nmap perl-net-ssleay" 1.6 WEB_SITE="http://www.ocsinventory-ng.org/" 1.7 -WGET_URL="https://launchpad.net/ocsinventory-unix-agent/stable-2.0/2.0.4/+download/$TARBALL" 1.8 +WGET_URL="https://launchpad.net/ocsinventory-unix-agent/stable-${VERSION%.*}/$VERSION/+download/$TARBALL" 1.9 1.10 DEPENDS="perl perl-libwww perl-uri dmidecode" 1.11 BUILD_DEPENDS="perl wget"