wok-stable rev 9784
tazchroot: fix to avoid clone each time (TARBALL must be set)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed May 11 23:32:39 2011 +0200 (2011-05-11) |
parents | dad9a35bd4f6 |
children | 016c04fb9405 |
files | tazchroot/receipt |
line diff
1.1 --- a/tazchroot/receipt Wed May 11 23:25:33 2011 +0200 1.2 +++ b/tazchroot/receipt Wed May 11 23:32:39 2011 +0200 1.3 @@ -5,14 +5,16 @@ 1.4 CATEGORY="base-system" 1.5 SHORT_DESC="Slitaz tool to manage chroot" 1.6 MAINTAINER="gokhlayeh@slitaz.org" 1.7 -DEPENDS="libtaz" 1.8 -BUILD_DEPENDS="mercurial" 1.9 WEB_SITE="http://www.slitaz.org/" 1.10 SOURCE="slitaz-dev-tools" 1.11 +TARBALL="$SOURCE-$VERSION.tar.bz2" 1.12 WGET_URL="mercurial|http://hg.slitaz.org/slitaz-dev-tools" 1.13 BRANCH="$VERSION" 1.14 TAGS="slitaz" 1.15 1.16 +DEPENDS="libtaz" 1.17 +BUILD_DEPENDS="mercurial" 1.18 + 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 {