wok annotate lxc-dev/receipt @ rev 11996

fusecloop: add description.txt
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 04 09:52:39 2012 +0100 (2012-03-04)
parents
children 5bfb2289a920
rev   line source
pascal@10905 1 # SliTaz package receipt.
pascal@10905 2
pascal@10905 3 PACKAGE="lxc-dev"
pascal@10905 4 VERSION="0.7.4.1"
pascal@10905 5 CATEGORY="development"
pascal@10905 6 SHORT_DESC="Userspace control package for Linux Containers development files."
pascal@10905 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@10905 8 WEB_SITE="http://lxc.sourceforge.net/"
pascal@10905 9 WANTED="lxc"
pascal@10905 10
pascal@10905 11 DEPENDS="lxc"
pascal@10905 12
pascal@10905 13 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@10905 14 genpkg_rules()
pascal@10905 15 {
pascal@10905 16 mkdir -p $fs/usr/share
pascal@10905 17 cp -a $_pkg/usr/include $fs/usr
pascal@10905 18 cp -a $_pkg/usr/share/pkgconfig $fs/usr/share
pascal@10905 19 }