wok-current view linux-lxc/receipt @ rev 15684
Add deboostrap;Add dpkg
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Dec 20 23:12:31 2013 +0100 (2013-12-20) |
parents | 58d30dbde5c7 |
children | 5ece3df55687 |
line source
1 # SliTaz package receipt
3 PACKAGE="linux-lxc"
4 VERSION="2.6.37"
5 CATEGORY="misc"
6 SHORT_DESC="The Linux kernel and modules with LXC support."
7 MAINTAINER="shann@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://linuxcontainers.org/"
10 WGET_URL="http://people.slitaz.org/~shann/packages/$PACKAGE/$TARBALL"
11 PROVIDE="linux"
13 DEPENDS="lxc"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 cp -a $src/boot $fs
19 cp -a $src/lib/modules $fs/lib
20 cp -a $src/lib/firmware $fs/lib
21 chown -R root.root $fs
22 }