wok-current rev 17375
Add linux64-aufs (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Nov 21 15:45:32 2014 +0100 (2014-11-21) |
parents | ffd943c12a7f |
children | b0c8c9cf19fa |
files | linux64-aufs/receipt |
line diff
1.1 --- a/linux64-aufs/receipt Fri Nov 21 15:31:47 2014 +0100 1.2 +++ b/linux64-aufs/receipt Fri Nov 21 15:45:32 2014 +0100 1.3 @@ -1,18 +1,21 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="linux64-aufs" 1.7 +SOURCE="aufs" 1.8 VERSION="20130311" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="aufs3 kernel module" 1.11 MAINTAINER="godane@slitaz.org" 1.12 LICENSE="GPL2" 1.13 WEB_SITE="http://aufs.sf.net/" 1.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.15 +TARBALL="$SOURCE-$VERSION.tar.bz2" 1.16 WGET_URL="git|git://aufs.git.sourceforge.net/gitroot/aufs/aufs3-standalone.git" 1.17 BRANCH="origin/${PACKAGE}3.2" 1.18 1.19 DEPENDS="linux64" 1.20 -BUILD_DEPENDS="linux64-module-headers git xz" 1.21 +BUILD_DEPENDS="linux64-module-headers git xz uclibc-cross-compiler-x86_64" 1.22 + 1.23 +AUFS_NOT_RAMFS="uclibc-cross-compiler-x86_64 is not compatible with aufs+tmpfs 8(" 1.24 1.25 # Rules to configure and make the package. 1.26 compile_rules()