wok view lxc-dev/receipt @ rev 15082

lxc: typo in genpkg_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 13 18:19:59 2013 +0000 (2013-08-13)
parents 8dc86d3cfac7
children f86dca6efd69
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 LICENSE="LGPL2.1"
9 WEB_SITE="http://lxc.sourceforge.net/"
10 WANTED="lxc"
12 DEPENDS="lxc"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/share
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/share/pkgconfig $fs/usr/share
20 }