# HG changeset patch # User Stanislas Leduc # Date 1387575121 -3600 # Node ID 172020a42b4e59821f78780689c1744ce00e7a2a # Parent 0d00466fb4e4c4e60777a904621484b62d6273db Backport linux-lxc from wok diff -r 0d00466fb4e4 -r 172020a42b4e linux-lxc/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux-lxc/receipt Fri Dec 20 22:32:01 2013 +0100 @@ -0,0 +1,22 @@ +# SliTaz package receipt + +PACKAGE="linux-lxc" +VERSION="2.6.37" +CATEGORY="misc" +SHORT_DESC="The Linux kernel and modules with LXC support." +MAINTAINER="shann@slitaz.org" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://linuxcontainers.org/" +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/boot $fs + cp -a $src/lib/modules $fs/lib + cp -a $src/lib/firmware $fs/lib + chown -R root.root $fs +}