wok-6.x annotate lxc-dev/receipt @ rev 23882
Add libraryopt
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jul 14 08:52:59 2020 +0000 (2020-07-14) |
parents | 4175a35819c8 |
children | 1fdcf67228f2 |
rev | line source |
---|---|
pascal@10905 | 1 # SliTaz package receipt. |
pascal@10905 | 2 |
pascal@10905 | 3 PACKAGE="lxc-dev" |
Hans-G?nter@23150 | 4 VERSION="3.2.1" |
pascal@10905 | 5 CATEGORY="development" |
Hans-G?nter@21391 | 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" |
Hans-G?nter@21391 | 9 WEB_SITE="https://linuxcontainers.org/lxc/" |
pascal@10905 | 10 |
pascal@15597 | 11 DEPENDS="lxc pkg-config" |
Hans-G?nter@21391 | 12 WANTED="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@15570 | 17 mkdir -p $fs/usr/lib |
Hans-G?nter@21391 | 18 |
Hans-G?nter@21391 | 19 cp -a $install/usr/include $fs/usr |
Hans-G?nter@21391 | 20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
pascal@10905 | 21 } |