wok-current view libconfig-dev/receipt @ rev 25109
Up perl-date-manip (6.88)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 25 09:21:55 2022 +0000 (2022-06-25) |
parents | 7a0735348d6c |
children | 45e49949a208 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libconfig-dev"
4 VERSION="1.7.3"
5 CATEGORY="development"
6 SHORT_DESC="C/C++ Configuration File Library, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://www.hyperrealm.com/libconfig/"
11 DEPENDS="libconfig pkg-config"
12 WANTED="libconfig"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 get_dev_files
18 }