wok-next rev 9730
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
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon May 09 15:38:20 2011 +0200 (2011-05-09) |
parents | fba11f2d1df0 |
children | efa076e44811 |
files | aufs/receipt |
line diff
1.1 --- a/aufs/receipt Mon May 09 14:55:28 2011 +0200 1.2 +++ b/aufs/receipt Mon May 09 15:38:20 2011 +0200 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="base-system" 1.5 SHORT_DESC="aufs2 kernel module" 1.6 MAINTAINER="slaxemulator@gmail.com" 1.7 +WEB_SITE="http://aufs.sf.net/" 1.8 +PROVIDE="linux-aufs" 1.9 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.10 +WGET_URL="git|http://git.c3sl.ufpr.br/pub/scm/aufs/aufs2-standalone.git" 1.11 +BRANCH="origin/${PACKAGE}2.1-37" 1.12 + 1.13 DEPENDS="linux" 1.14 BUILD_DEPENDS="linux-module-headers git lzma" 1.15 -WEB_SITE="http://aufs.sf.net/" 1.16 -PROVIDE="linux-aufs" 1.17 -WGET_URL="git|http://git.c3sl.ufpr.br/pub/scm/aufs/aufs2-standalone.git" 1.18 -BRANCH="origin/${PACKAGE}2.1-37" 1.19 1.20 # Rules to configure and make the package. 1.21 compile_rules()