# HG changeset patch # User Christophe Lincoln # Date 1305149559 -7200 # Node ID 42d11b97bb3a846ebb401b8c23ad46f3bb9b1b3a # Parent dad9a35bd4f6bd01169d8c7bc8a950329af67058 tazchroot: fix to avoid clone each time (TARBALL must be set) diff -r dad9a35bd4f6 -r 42d11b97bb3a tazchroot/receipt --- a/tazchroot/receipt Wed May 11 23:25:33 2011 +0200 +++ b/tazchroot/receipt Wed May 11 23:32:39 2011 +0200 @@ -5,14 +5,16 @@ CATEGORY="base-system" SHORT_DESC="Slitaz tool to manage chroot" MAINTAINER="gokhlayeh@slitaz.org" -DEPENDS="libtaz" -BUILD_DEPENDS="mercurial" WEB_SITE="http://www.slitaz.org/" SOURCE="slitaz-dev-tools" +TARBALL="$SOURCE-$VERSION.tar.bz2" WGET_URL="mercurial|http://hg.slitaz.org/slitaz-dev-tools" BRANCH="$VERSION" TAGS="slitaz" +DEPENDS="libtaz" +BUILD_DEPENDS="mercurial" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() {