wok-next rev 18387
linux64-aufs: add provide
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Sep 18 10:24:24 2015 +0200 (2015-09-18) |
parents | fa0726833541 |
children | 1ce997e1925a |
files | linux-without-modules/receipt linux64-aufs/receipt linux64-without-modules/receipt |
line diff
1.1 --- a/linux-without-modules/receipt Fri Sep 18 10:07:24 2015 +0200 1.2 +++ b/linux-without-modules/receipt Fri Sep 18 10:24:24 2015 +0200 1.3 @@ -8,6 +8,7 @@ 1.4 LICENSE="GPL2" 1.5 WANTED="linux" 1.6 WEB_SITE="http://www.kernel.org/" 1.7 +PROVIDE="linux" 1.8 1.9 # Rules to gen a SliTaz package suitable for Tazpkg. 1.10 genpkg_rules()
2.1 --- a/linux64-aufs/receipt Fri Sep 18 10:07:24 2015 +0200 2.2 +++ b/linux64-aufs/receipt Fri Sep 18 10:24:24 2015 +0200 2.3 @@ -11,6 +11,7 @@ 2.4 TARBALL="$SOURCE-$VERSION.tar.bz2" 2.5 WGET_URL="git|git://aufs.git.sourceforge.net/gitroot/aufs/aufs3-standalone.git" 2.6 BRANCH="origin/${PACKAGE}3.2" 2.7 +PROVIDE="aufs:linux64" 2.8 2.9 DEPENDS="linux64" 2.10 BUILD_DEPENDS="linux64-module-headers git xz uclibc-cross-compiler-x86_64"
3.1 --- a/linux64-without-modules/receipt Fri Sep 18 10:07:24 2015 +0200 3.2 +++ b/linux64-without-modules/receipt Fri Sep 18 10:24:24 2015 +0200 3.3 @@ -8,6 +8,7 @@ 3.4 LICENSE="GPL2" 3.5 WANTED="linux" 3.6 WEB_SITE="http://www.kernel.org/" 3.7 +PROVIDE="linux-without-modules linux64 linux" 3.8 3.9 # Rules to gen a SliTaz package suitable for Tazpkg. 3.10 genpkg_rules()