# HG changeset patch # User Christophe Lincoln # Date 1304948300 -7200 # Node ID 858f8a7575d95f8d91fbea200480f886b0889ed1 # Parent fba11f2d1df0d2d55e43762cad0bc3116dcb5bcb aufs: add TARBALL need to avoid cloning each time. It's tar.bz2 since cook will compress it in this format but if *.tar.lzma exit it will be used by both cook and tazwok diff -r fba11f2d1df0 -r 858f8a7575d9 aufs/receipt --- a/aufs/receipt Mon May 09 14:55:28 2011 +0200 +++ b/aufs/receipt Mon May 09 15:38:20 2011 +0200 @@ -5,12 +5,14 @@ CATEGORY="base-system" SHORT_DESC="aufs2 kernel module" MAINTAINER="slaxemulator@gmail.com" +WEB_SITE="http://aufs.sf.net/" +PROVIDE="linux-aufs" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WGET_URL="git|http://git.c3sl.ufpr.br/pub/scm/aufs/aufs2-standalone.git" +BRANCH="origin/${PACKAGE}2.1-37" + DEPENDS="linux" BUILD_DEPENDS="linux-module-headers git lzma" -WEB_SITE="http://aufs.sf.net/" -PROVIDE="linux-aufs" -WGET_URL="git|http://git.c3sl.ufpr.br/pub/scm/aufs/aufs2-standalone.git" -BRANCH="origin/${PACKAGE}2.1-37" # Rules to configure and make the package. compile_rules()