wok annotate libconfig-dev/receipt @ rev 24950
updated nagios-plugins and nagios-plugins-mysql (2.3.3 -> 2.4.0)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Apr 23 10:03:51 2022 +0100 (2022-04-23) |
parents | 7a0735348d6c |
children |
rev | line source |
---|---|
pascal@13040 | 1 # SliTaz package receipt. |
pascal@13040 | 2 |
pascal@13040 | 3 PACKAGE="libconfig-dev" |
Hans-G?nter@24725 | 4 VERSION="1.7.3" |
pascal@13040 | 5 CATEGORY="development" |
Hans-G?nter@24725 | 6 SHORT_DESC="C/C++ Configuration File Library, development files." |
pascal@13040 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15472 | 8 LICENSE="LGPL2.1" |
Hans-G?nter@21156 | 9 WEB_SITE="https://www.hyperrealm.com/libconfig/" |
Hans-G?nter@21156 | 10 |
Hans-G?nter@24725 | 11 DEPENDS="libconfig pkg-config" |
pascal@13040 | 12 WANTED="libconfig" |
Hans-G?nter@21157 | 13 |
pascal@13040 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13040 | 15 genpkg_rules() |
pascal@13040 | 16 { |
Hans-G?nter@24725 | 17 get_dev_files |
pascal@13040 | 18 } |