wok annotate 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 |
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@15082 | 8 LICENSE="LGPL2.1" |
pascal@10905 | 9 WEB_SITE="http://lxc.sourceforge.net/" |
pascal@10905 | 10 WANTED="lxc" |
pascal@10905 | 11 |
pascal@10905 | 12 DEPENDS="lxc" |
pascal@10905 | 13 |
pascal@10905 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@10905 | 15 genpkg_rules() |
pascal@10905 | 16 { |
pascal@10905 | 17 mkdir -p $fs/usr/share |
pascal@15082 | 18 cp -a $install/usr/include $fs/usr |
pascal@15082 | 19 cp -a $install/usr/share/pkgconfig $fs/usr/share |
pascal@10905 | 20 } |