# HG changeset patch # User Stanislas Leduc # Date 1387566762 -3600 # Node ID 801c0c687b0c9155f3cd5a9ce17952ea2b7aa2ff # Parent e7a7ff699c4222b5e4eaf1e2384734bbfb04330c lxc: add depend for linux-lxc Add linux-lxc diff -r e7a7ff699c42 -r 801c0c687b0c linux-lxc/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux-lxc/receipt Fri Dec 20 20:12:42 2013 +0100 @@ -0,0 +1,22 @@ +# SliTaz package receipt + +PACKAGE="linux-lxc" +VERSION="2.6.37" +CATEGORY="virtualization" +SHORT_DESC="The Linux kernel and modules with LXC support." +MAINTAINER="shann@slitaz.org" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="" +WGET_URL="http://people.slitaz.org/~shann/lxc/src/$TARBALL" +PROVIDE="linux" + +DEPENDS="lxc" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $src/$PACKAGE/boot $fs + cp -a $src/$PACKAGE/lib/modules $fs/lib + cp -a $src/$PACKAGE/lib/firmware $fs/lib + chown -R root.root $fs +} diff -r e7a7ff699c42 -r 801c0c687b0c lxc/receipt --- a/lxc/receipt Fri Dec 20 12:18:07 2013 +0100 +++ b/lxc/receipt Fri Dec 20 20:12:42 2013 +0100 @@ -10,7 +10,7 @@ WEB_SITE="http://linuxcontainers.org/" WGET_URL="${WEB_SITE}downloads/$TARBALL" -DEPENDS="libcap perl" +DEPENDS="libcap perl linux-lxc" BUILD_DEPENDS="libcap-dev util-linux-getopt" # Rules to configure and make the package.