# HG changeset patch # User Christophe Lincoln # Date 1304930338 -7200 # Node ID 1618f3944691c5fc071c5bbdbf9ceec6b70b490d # Parent 02ea5970d0c322934cf75883bf82fe999da7390e fix: tazdev (we need a tarball name to avois recloning each time) - Thank Godane for your last commits! diff -r 02ea5970d0c3 -r 1618f3944691 tazdev/receipt --- a/tazdev/receipt Mon May 09 01:41:52 2011 +0000 +++ b/tazdev/receipt Mon May 09 10:38:58 2011 +0200 @@ -5,13 +5,15 @@ CATEGORY="development" SHORT_DESC="SliTaz developers tools." MAINTAINER="pankso@slitaz.org" -DEPENDS="rsync" -BUILD_DEPENDS="mercurial" SOURCE="slitaz-dev-tools" +TARBALL="$SOURCE-$VERSION.tar.bz2" WGET_URL="mercurial|http://hg.slitaz.org/slitaz-dev-tools" BRANCH="$VERSION" WEB_SITE="http://www.slitaz.org/" +DEPENDS="rsync" +BUILD_DEPENDS="mercurial" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() {