wok diff mirror-tools/receipt @ 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 | 60e5b78b4e58 |
children | 406a1c038481 |
line diff
1.1 --- a/mirror-tools/receipt Wed May 25 06:05:57 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()