wok diff linux-lxc/receipt @ rev 15679

lxc: add depend for linux-lxc
Add linux-lxc
author Stanislas Leduc <shann@slitaz.org>
date Fri Dec 20 20:12:42 2013 +0100 (2013-12-20)
parents
children c944c4f7a818
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/linux-lxc/receipt	Fri Dec 20 20:12:42 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="virtualization"
     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=""
    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/$PACKAGE/boot $fs
    1.22 +        cp -a $src/$PACKAGE/lib/modules  $fs/lib
    1.23 +        cp -a $src/$PACKAGE/lib/firmware $fs/lib
    1.24 +        chown -R root.root $fs
    1.25 +}