wok-next rev 8545

imported patch get/aufs
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sun Feb 13 22:57:56 2011 +0100 (2011-02-13)
parents 29d88a35aadf
children ef4bf2fff7b9
files aufs/receipt
line diff
     1.1 --- a/aufs/receipt	Sun Feb 13 15:52:21 2011 +0000
     1.2 +++ b/aufs/receipt	Sun Feb 13 22:57:56 2011 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="aufs"
     1.7 -VERSION="20110124"
     1.8 +VERSION="2.1-37"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="aufs2 kernel module"
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12 @@ -9,21 +9,12 @@
    1.13  BUILD_DEPENDS="linux-module-headers git lzma"
    1.14  WEB_SITE="http://aufs.sf.net/"
    1.15  PROVIDE="linux-aufs"
    1.16 +WGET_URL="git|git://aufs.git.sourceforge.net/gitroot/aufs/aufs2-standalone.git"
    1.17 +BRANCH="origin/$PACKAGE$VERSION"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22 -	AUFSDIR="$PACKAGE-$VERSION"
    1.23 -	TARBALL=$SOURCES_REPOSITORY/$PACKAGE-$VERSION.tar.lzma
    1.24 -	if [ -f $TARBALL ]; then
    1.25 -		unlzma -c $TARBALL | tar xf -
    1.26 -		cd $AUFSDIR && git checkout origin/aufs2.1-37
    1.27 -	else
    1.28 -		# Aufs2 from git repository
    1.29 -		git clone git://aufs.git.sourceforge.net/gitroot/aufs/aufs2-standalone.git $AUFSDIR
    1.30 -		tar cf - $AUFSDIR | lzma e $TARBALL -si
    1.31 -		cd $AUFSDIR && git checkout origin/aufs2.1-37
    1.32 -	fi
    1.33  	cd $src
    1.34  
    1.35  	sed -i 's|CONFIG_AUFS_BRANCH_MAX_127 =.*|CONFIG_AUFS_BRANCH_MAX_127 =|' \