wok-current rev 10728
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.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat May 28 21:18:14 2011 +0000 (2011-05-28) |
parents | 06321771caf0 |
children | 27066b66ca5b |
files | mirror-tools/receipt slitaz-mercurial-style/receipt tazchroot/receipt tazdev/receipt tazwikiss/receipt |
line diff
1.1 --- a/mirror-tools/receipt Sat May 28 20:53:30 2011 +0000 1.2 +++ b/mirror-tools/receipt Sat May 28 21:18:14 2011 +0000 1.3 @@ -7,11 +7,9 @@ 1.4 MAINTAINER="pascal.bellard@slitaz.org" 1.5 WEB_SITE="http://www.slitaz.org/" 1.6 SOURCE="slitaz-dev-tools" 1.7 -WGET_URL="mercurial|http://hg.slitaz.org/slitaz-dev-tools" 1.8 -BRANCH="$VERSION" 1.9 +WGET_URL="http://hg.slitaz.org/slitaz-dev-tools/archive/$VERSION.tar.bz2" 1.10 1.11 DEPENDS="rrdtool rgzip" 1.12 -BUILD_DEPENDS="mercurial" 1.13 1.14 # Rules to gen a SliTaz package suitable for Tazpkg. 1.15 genpkg_rules()
2.1 --- a/slitaz-mercurial-style/receipt Sat May 28 20:53:30 2011 +0000 2.2 +++ b/slitaz-mercurial-style/receipt Sat May 28 21:18:14 2011 +0000 2.3 @@ -5,12 +5,11 @@ 2.4 CATEGORY="misc" 2.5 SHORT_DESC="SliTaz CSS style and images for Mercurial Web repos." 2.6 MAINTAINER="pankso@slitaz.org" 2.7 +SOURCE="slitaz-dev-tools" 2.8 +WGET_URL="http://hg.slitaz.org/slitaz-dev-tools/archive/$VERSION.tar.bz2" 2.9 +WEB_SITE="http://www.slitaz.org/" 2.10 + 2.11 DEPENDS="mercurial" 2.12 -BUILD_DEPENDS="mercurial" 2.13 -SOURCE="slitaz-dev-tools" 2.14 -WGET_URL="mercurial|http://hg.slitaz.org/slitaz-dev-tools" 2.15 -BRANCH="$VERSION" 2.16 -WEB_SITE="http://www.slitaz.org/" 2.17 2.18 # Rules to gen a SliTaz package suitable for Tazpkg. 2.19 genpkg_rules()
3.1 --- a/tazchroot/receipt Sat May 28 20:53:30 2011 +0000 3.2 +++ b/tazchroot/receipt Sat May 28 21:18:14 2011 +0000 3.3 @@ -8,12 +8,10 @@ 3.4 WEB_SITE="http://www.slitaz.org/" 3.5 SOURCE="slitaz-dev-tools" 3.6 TARBALL="$SOURCE-$VERSION.tar.bz2" 3.7 -WGET_URL="mercurial|http://hg.slitaz.org/slitaz-dev-tools" 3.8 -BRANCH="$VERSION" 3.9 +WGET_URL="http://hg.slitaz.org/slitaz-dev-tools/archive/$VERSION.tar.bz2" 3.10 TAGS="slitaz" 3.11 3.12 DEPENDS="libtaz" 3.13 -BUILD_DEPENDS="mercurial" 3.14 3.15 # Rules to gen a SliTaz package suitable for Tazpkg. 3.16 genpkg_rules()
4.1 --- a/tazdev/receipt Sat May 28 20:53:30 2011 +0000 4.2 +++ b/tazdev/receipt Sat May 28 21:18:14 2011 +0000 4.3 @@ -7,12 +7,10 @@ 4.4 MAINTAINER="pankso@slitaz.org" 4.5 SOURCE="slitaz-dev-tools" 4.6 TARBALL="$SOURCE-$VERSION.tar.bz2" 4.7 -WGET_URL="mercurial|http://hg.slitaz.org/slitaz-dev-tools" 4.8 -BRANCH="$VERSION" 4.9 +WGET_URL="http://hg.slitaz.org/slitaz-dev-tools/archive/$VERSION.tar.bz2" 4.10 WEB_SITE="http://www.slitaz.org/" 4.11 4.12 DEPENDS="rsync" 4.13 -BUILD_DEPENDS="mercurial" 4.14 4.15 # Rules to gen a SliTaz package suitable for Tazpkg. 4.16 genpkg_rules()
5.1 --- a/tazwikiss/receipt Sat May 28 20:53:30 2011 +0000 5.2 +++ b/tazwikiss/receipt Sat May 28 21:18:14 2011 +0000 5.3 @@ -5,11 +5,9 @@ 5.4 CATEGORY="office" 5.5 SHORT_DESC="Tiny SliTaz Wiki" 5.6 MAINTAINER="pascal.bellard@slitaz.org" 5.7 -BUILD_DEPENDS="mercurial" 5.8 SOURCE="slitaz-dev-tools" 5.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 5.10 -WGET_URL="mercurial|http://hg.slitaz.org/slitaz-dev-tools" 5.11 -BRANCH="$VERSION" 5.12 +WGET_URL="http://hg.slitaz.org/slitaz-dev-tools/archive/$VERSION.tar.bz2" 5.13 WEB_SITE="http://www.slitaz.org/" 5.14 CONFIG_FILES="/var/www/wiki/config*.sh" 5.15