wok view lxc-dev/receipt @ rev 13981

muparser: update genpkg_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 07 09:51:45 2013 +0100 (2013-02-07)
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 }