wok-4.x rev 12414
Backport linux-lxc from wok
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Dec 20 22:32:01 2013 +0100 (2013-12-20) |
parents | 0d00466fb4e4 |
children | d72076169c9e |
files | linux-lxc/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/linux-lxc/receipt Fri Dec 20 22:32:01 2013 +0100 1.3 @@ -0,0 +1,22 @@ 1.4 +# SliTaz package receipt 1.5 + 1.6 +PACKAGE="linux-lxc" 1.7 +VERSION="2.6.37" 1.8 +CATEGORY="misc" 1.9 +SHORT_DESC="The Linux kernel and modules with LXC support." 1.10 +MAINTAINER="shann@slitaz.org" 1.11 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 +WEB_SITE="http://linuxcontainers.org/" 1.13 +WGET_URL="http://people.slitaz.org/~shann/lxc/src/$TARBALL" 1.14 +PROVIDE="linux" 1.15 + 1.16 +DEPENDS="lxc" 1.17 + 1.18 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.19 +genpkg_rules() 1.20 +{ 1.21 + cp -a $src/boot $fs 1.22 + cp -a $src/lib/modules $fs/lib 1.23 + cp -a $src/lib/firmware $fs/lib 1.24 + chown -R root.root $fs 1.25 +}