# HG changeset patch # User Antoine Bodin # Date 1297634276 -3600 # Node ID ef4bf2fff7b984b31162b98d949c7b4432a3419b # Parent 1eb4492ff5cf673ad4d246ded00783e58f2949c1 imported patch get/aufs-utils diff -r 1eb4492ff5cf -r ef4bf2fff7b9 aufs-utils/receipt --- a/aufs-utils/receipt Sun Feb 13 22:57:56 2011 +0100 +++ b/aufs-utils/receipt Sun Feb 13 22:57:56 2011 +0100 @@ -1,29 +1,19 @@ # SliTaz package receipt. PACKAGE="aufs-utils" -VERSION="20110124" +VERSION="2.1" CATEGORY="system-tools" SHORT_DESC="The aufs utils." MAINTAINER="pankso@slitaz.org" DEPENDS="aufs" BUILD_DEPENDS="git linux-module-headers" WEB_SITE="http://aufs.sourceforge.net/" - +WGET_URL="git|http://git.c3sl.ufpr.br/pub/scm/aufs/aufs2-util.git" +BRANCH="origin/aufs$VERSION" # Rules to configure and make the package. compile_rules() { - [ -d "$PACKAGE-$VERSION" ] && rm -rf $PACKAGE-$VERSION - TARBALL=$SOURCES_REPOSITORY/$PACKAGE-$VERSION.tar.lzma - if [ -f $TARBALL ]; then - unlzma -c $TARBALL | tar xf - - cd $src && git checkout origin/aufs2.1 - else - git clone http://git.c3sl.ufpr.br/pub/scm/aufs/aufs2-util.git $PACKAGE-$VERSION - tar cf - $PACKAGE-$VERSION | lzma e $TARBALL -si - cd $src && git checkout origin/aufs2.1 - fi - - KERNEL_VERSION=`grep ^VERSION= $WOK/linux/receipt | cut -d "=" -f2 | sed -e 's/"//g'` + KERNEL_VERSION=`grep ^VERSION= $WOK/linux/receipt | cut -d "=" -f2 | sed -e 's/"//g'` cd $src sed -i 's/-m 644 -T/-m 644/' Makefile make &&