wok annotate lxc-dev/receipt @ rev 25062
Up foomatic-db-nonfree (20210824)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jun 07 10:29:31 2022 +0000 (2022-06-07) |
parents | f4b38c321469 |
children |
rev | line source |
---|---|
pascal@10905 | 1 # SliTaz package receipt. |
pascal@10905 | 2 |
pascal@10905 | 3 PACKAGE="lxc-dev" |
Hans-G?nter@24868 | 4 VERSION="4.0.12" |
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 { |
Hans-G?nter@24868 | 17 get_dev_files |
pascal@10905 | 18 } |