wok annotate libconfig-dev/receipt @ rev 25857

Fix reset menu.xml symlink when upgrade slitaz-configs
author Stanislas Leduc <shann@slitaz.org>
date Thu Aug 07 17:10:52 2025 +0000 (4 weeks ago)
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 }