# HG changeset patch # User Antoine Bodin # Date 1299778538 -3600 # Node ID 07edd55d4b03249c583797307a9b453b3613a795 # Parent f5809be05c82287700afb7be51dcfc419f590743 Up: libtaz, tazchroot, mirror-tools 1.0.4 diff -r f5809be05c82 -r 07edd55d4b03 libtaz/receipt --- a/libtaz/receipt Thu Mar 10 18:16:56 2011 +0100 +++ b/libtaz/receipt Thu Mar 10 18:35:38 2011 +0100 @@ -1,15 +1,17 @@ # SliTaz package receipt. PACKAGE="libtaz" -VERSION="1.0.1" +VERSION="1.0.4" CATEGORY="base-system" SHORT_DESC="Slitaz generic library." MAINTAINER="gokhlayeh@slitaz.org" WEB_SITE="http://www.slitaz.org/" -BUILD_DEPENDS="mercurial" +# Download directly from hg, because this package is needed when +# cooking toolchain. (mercurial is not available at this time) +# TARBALL/SOURCE are used to make the archive named well. SOURCE="slitaz-dev-tools" -WGET_URL="mercurial|http://hg.slitaz.org/slitaz-dev-tools" -BRANCH="$VERSION" +TARBALL="$SOURCE-VERSION.taz.bz2" +WGET_URL="http://hg.slitaz.org/slitaz-dev-tools/archive/1.0.4.tar.bz2" CONFIG_FILES="/etc/slitaz/slitaz.conf" TAGS="slitaz" diff -r f5809be05c82 -r 07edd55d4b03 mirror-tools/receipt --- a/mirror-tools/receipt Thu Mar 10 18:16:56 2011 +0100 +++ b/mirror-tools/receipt Thu Mar 10 18:35:38 2011 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="mirror-tools" -VERSION="1.0" +VERSION="1.0.4" CATEGORY="misc" SHORT_DESC="Mirrors toolset." MAINTAINER="pascal.bellard@slitaz.org" diff -r f5809be05c82 -r 07edd55d4b03 tazchroot/receipt --- a/tazchroot/receipt Thu Mar 10 18:16:56 2011 +0100 +++ b/tazchroot/receipt Thu Mar 10 18:35:38 2011 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="tazchroot" -VERSION="1.0.3" +VERSION="1.0.4" CATEGORY="base-system" SHORT_DESC="Slitaz tool to manage chroot" MAINTAINER="gokhlayeh@slitaz.org"