wok 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 e7a7ff699c42
children c944c4f7a818
files linux-lxc/receipt 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 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 +}
     2.1 --- a/lxc/receipt	Fri Dec 20 12:18:07 2013 +0100
     2.2 +++ b/lxc/receipt	Fri Dec 20 20:12:42 2013 +0100
     2.3 @@ -10,7 +10,7 @@
     2.4  WEB_SITE="http://linuxcontainers.org/"
     2.5  WGET_URL="${WEB_SITE}downloads/$TARBALL"
     2.6  
     2.7 -DEPENDS="libcap perl"
     2.8 +DEPENDS="libcap perl linux-lxc"
     2.9  BUILD_DEPENDS="libcap-dev util-linux-getopt"
    2.10  
    2.11  # Rules to configure and make the package.