# HG changeset patch # User Christopher Rogers # Date 1295909353 0 # Node ID b1fec0a33dc3e36dcfcde6e4536dbb12796f317b # Parent d2253a0776e49f8c256c6be4e7818fa1a5d754e3 Up: aufs-utils to 20110124. diff -r d2253a0776e4 -r b1fec0a33dc3 aufs-utils/receipt --- a/aufs-utils/receipt Mon Jan 24 22:46:57 2011 +0000 +++ b/aufs-utils/receipt Mon Jan 24 22:49:13 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="aufs-utils" -VERSION="20101014" +VERSION="20110124" CATEGORY="system-tools" SHORT_DESC="The aufs utils." MAINTAINER="pankso@slitaz.org" @@ -13,12 +13,12 @@ compile_rules() { [ -d "$PACKAGE-$VERSION" ] && rm -rf $PACKAGE-$VERSION - TARBALL=$SOURCES_REPOSITORY/$PACKAGE-$VERSION.tar.gz + TARBALL=$SOURCES_REPOSITORY/$PACKAGE-$VERSION.tar.lzma if [ -f $TARBALL ]; then - tar xzf $TARBALL + unlzma -c $TARBALL | tar xf - else git clone http://git.c3sl.ufpr.br/pub/scm/aufs/aufs2-util.git $PACKAGE-$VERSION - tar czf $TARBALL $PACKAGE-$VERSION + tar cf - $AUFSDIR | lzma e $TARBALL -siN fi KERNEL_VERSION=`grep ^VERSION= $WOK/linux/receipt | cut -d "=" -f2 | sed -e 's/"//g'`