wok-6.x annotate lxc-dev/receipt @ rev 22238
updated xorg-makedepend (1.0.4 -> 1.0.6)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Nov 12 09:08:19 2019 +0100 (2019-11-12) |
parents | c44a7d2a11ed |
children | f4b38c321469 |
rev | line source |
---|---|
pascal@10905 | 1 # SliTaz package receipt. |
pascal@10905 | 2 |
pascal@10905 | 3 PACKAGE="lxc-dev" |
Hans-G?nter@21391 | 4 VERSION="3.1.0" |
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 } |