wok rev 9206
Up: libtaz, tazchroot, mirror-tools 1.0.4
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Thu Mar 10 18:35:38 2011 +0100 (2011-03-10) |
parents | f5809be05c82 |
children | fbc9bad7411a |
files | libtaz/receipt mirror-tools/receipt tazchroot/receipt |
line diff
1.1 --- a/libtaz/receipt Thu Mar 10 18:16:56 2011 +0100 1.2 +++ b/libtaz/receipt Thu Mar 10 18:35:38 2011 +0100 1.3 @@ -1,15 +1,17 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libtaz" 1.7 -VERSION="1.0.1" 1.8 +VERSION="1.0.4" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="Slitaz generic library." 1.11 MAINTAINER="gokhlayeh@slitaz.org" 1.12 WEB_SITE="http://www.slitaz.org/" 1.13 -BUILD_DEPENDS="mercurial" 1.14 +# Download directly from hg, because this package is needed when 1.15 +# cooking toolchain. (mercurial is not available at this time) 1.16 +# TARBALL/SOURCE are used to make the archive named well. 1.17 SOURCE="slitaz-dev-tools" 1.18 -WGET_URL="mercurial|http://hg.slitaz.org/slitaz-dev-tools" 1.19 -BRANCH="$VERSION" 1.20 +TARBALL="$SOURCE-VERSION.taz.bz2" 1.21 +WGET_URL="http://hg.slitaz.org/slitaz-dev-tools/archive/1.0.4.tar.bz2" 1.22 CONFIG_FILES="/etc/slitaz/slitaz.conf" 1.23 TAGS="slitaz" 1.24
2.1 --- a/mirror-tools/receipt Thu Mar 10 18:16:56 2011 +0100 2.2 +++ b/mirror-tools/receipt Thu Mar 10 18:35:38 2011 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="mirror-tools" 2.7 -VERSION="1.0" 2.8 +VERSION="1.0.4" 2.9 CATEGORY="misc" 2.10 SHORT_DESC="Mirrors toolset." 2.11 MAINTAINER="pascal.bellard@slitaz.org"
3.1 --- a/tazchroot/receipt Thu Mar 10 18:16:56 2011 +0100 3.2 +++ b/tazchroot/receipt Thu Mar 10 18:35:38 2011 +0100 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="tazchroot" 3.7 -VERSION="1.0.3" 3.8 +VERSION="1.0.4" 3.9 CATEGORY="base-system" 3.10 SHORT_DESC="Slitaz tool to manage chroot" 3.11 MAINTAINER="gokhlayeh@slitaz.org"