wok-6.x rev 9722
fix: tazdev (we need a tarball name to avois recloning each time) - Thank Godane for your last commits!
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon May 09 10:38:58 2011 +0200 (2011-05-09) |
parents | 02ea5970d0c3 |
children | 6fb7714626f8 |
files | tazdev/receipt |
line diff
1.1 --- a/tazdev/receipt Mon May 09 01:41:52 2011 +0000 1.2 +++ b/tazdev/receipt Mon May 09 10:38:58 2011 +0200 1.3 @@ -5,13 +5,15 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="SliTaz developers tools." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="rsync" 1.8 -BUILD_DEPENDS="mercurial" 1.9 SOURCE="slitaz-dev-tools" 1.10 +TARBALL="$SOURCE-$VERSION.tar.bz2" 1.11 WGET_URL="mercurial|http://hg.slitaz.org/slitaz-dev-tools" 1.12 BRANCH="$VERSION" 1.13 WEB_SITE="http://www.slitaz.org/" 1.14 1.15 +DEPENDS="rsync" 1.16 +BUILD_DEPENDS="mercurial" 1.17 + 1.18 # Rules to gen a SliTaz package suitable for Tazpkg. 1.19 genpkg_rules() 1.20 {