wok view lxc-dev/receipt @ rev 14921

Up: firefox-langpack-pt_PT (17.0.7esr)
author Richard Dunbar <mojo@slitaz.org>
date Tue Aug 06 01:25:46 2013 +0000 (2013-08-06)
parents
children 5bfb2289a920
line source
1 # SliTaz package receipt.
3 PACKAGE="lxc-dev"
4 VERSION="0.7.4.1"
5 CATEGORY="development"
6 SHORT_DESC="Userspace control package for Linux Containers development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://lxc.sourceforge.net/"
9 WANTED="lxc"
11 DEPENDS="lxc"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/share
17 cp -a $_pkg/usr/include $fs/usr
18 cp -a $_pkg/usr/share/pkgconfig $fs/usr/share
19 }