wok diff aufs/receipt @ rev 9990
libtdb: fix receipt
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu May 19 00:22:41 2011 +0200 (2011-05-19) |
parents | cbfb348cb173 |
children | 8dffd56b84f3 |
line diff
1.1 --- a/aufs/receipt Sun May 08 00:40:27 2011 +0200 1.2 +++ b/aufs/receipt Thu May 19 00:22:41 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()