wok-current view libconfig-dev/receipt @ rev 25730
Fix depend for xorg-server (libxshmfence)
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu Dec 05 13:05:56 2024 +0000 (7 days ago) |
parents | b6e30721444b |
children |
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 HOST_ARCH="i486 x86_64"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 get_dev_files
21 # Ensure remove .la files
22 find $fs -name "*.la" -delete
23 }