# HG changeset patch # User Christopher Rogers # Date 1306617494 0 # Node ID 74379b2b86e0486d68f52c368be5776d37bc7437 # Parent 06321771caf040c0df4d2241185b3cddf62797a9 Fixed all sourced slitaz-dev-tools receipts. The way cook works is it keeps the .hg folder when downloading mecurial sources. By downloading the $VERSION.tar.bz2 and renaming it $SOURCE-$VERSION.tar.bz2 we don't keep the .hg folder in source tarball. Repos will be backup on source dvd anyway so this does save a little bit of space. diff -r 06321771caf0 -r 74379b2b86e0 mirror-tools/receipt --- a/mirror-tools/receipt Sat May 28 20:53:30 2011 +0000 +++ b/mirror-tools/receipt Sat May 28 21:18:14 2011 +0000 @@ -7,11 +7,9 @@ MAINTAINER="pascal.bellard@slitaz.org" WEB_SITE="http://www.slitaz.org/" SOURCE="slitaz-dev-tools" -WGET_URL="mercurial|http://hg.slitaz.org/slitaz-dev-tools" -BRANCH="$VERSION" +WGET_URL="http://hg.slitaz.org/slitaz-dev-tools/archive/$VERSION.tar.bz2" DEPENDS="rrdtool rgzip" -BUILD_DEPENDS="mercurial" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 06321771caf0 -r 74379b2b86e0 slitaz-mercurial-style/receipt --- a/slitaz-mercurial-style/receipt Sat May 28 20:53:30 2011 +0000 +++ b/slitaz-mercurial-style/receipt Sat May 28 21:18:14 2011 +0000 @@ -5,12 +5,11 @@ CATEGORY="misc" SHORT_DESC="SliTaz CSS style and images for Mercurial Web repos." MAINTAINER="pankso@slitaz.org" +SOURCE="slitaz-dev-tools" +WGET_URL="http://hg.slitaz.org/slitaz-dev-tools/archive/$VERSION.tar.bz2" +WEB_SITE="http://www.slitaz.org/" + DEPENDS="mercurial" -BUILD_DEPENDS="mercurial" -SOURCE="slitaz-dev-tools" -WGET_URL="mercurial|http://hg.slitaz.org/slitaz-dev-tools" -BRANCH="$VERSION" -WEB_SITE="http://www.slitaz.org/" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 06321771caf0 -r 74379b2b86e0 tazchroot/receipt --- a/tazchroot/receipt Sat May 28 20:53:30 2011 +0000 +++ b/tazchroot/receipt Sat May 28 21:18:14 2011 +0000 @@ -8,12 +8,10 @@ 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" +WGET_URL="http://hg.slitaz.org/slitaz-dev-tools/archive/$VERSION.tar.bz2" TAGS="slitaz" DEPENDS="libtaz" -BUILD_DEPENDS="mercurial" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 06321771caf0 -r 74379b2b86e0 tazdev/receipt --- a/tazdev/receipt Sat May 28 20:53:30 2011 +0000 +++ b/tazdev/receipt Sat May 28 21:18:14 2011 +0000 @@ -7,12 +7,10 @@ MAINTAINER="pankso@slitaz.org" SOURCE="slitaz-dev-tools" TARBALL="$SOURCE-$VERSION.tar.bz2" -WGET_URL="mercurial|http://hg.slitaz.org/slitaz-dev-tools" -BRANCH="$VERSION" +WGET_URL="http://hg.slitaz.org/slitaz-dev-tools/archive/$VERSION.tar.bz2" WEB_SITE="http://www.slitaz.org/" DEPENDS="rsync" -BUILD_DEPENDS="mercurial" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 06321771caf0 -r 74379b2b86e0 tazwikiss/receipt --- a/tazwikiss/receipt Sat May 28 20:53:30 2011 +0000 +++ b/tazwikiss/receipt Sat May 28 21:18:14 2011 +0000 @@ -5,11 +5,9 @@ CATEGORY="office" SHORT_DESC="Tiny SliTaz Wiki" MAINTAINER="pascal.bellard@slitaz.org" -BUILD_DEPENDS="mercurial" SOURCE="slitaz-dev-tools" TARBALL="$SOURCE-$VERSION.tar.bz2" -WGET_URL="mercurial|http://hg.slitaz.org/slitaz-dev-tools" -BRANCH="$VERSION" +WGET_URL="http://hg.slitaz.org/slitaz-dev-tools/archive/$VERSION.tar.bz2" WEB_SITE="http://www.slitaz.org/" CONFIG_FILES="/var/www/wiki/config*.sh"