wok-current diff 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 diff
1.1 --- a/libconfig-dev/receipt Sat Mar 30 16:34:10 2019 +0100 1.2 +++ b/libconfig-dev/receipt Sat Jun 25 09:21:55 2022 +0000 1.3 @@ -1,23 +1,18 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libconfig-dev" 1.7 -VERSION="1.7.2" 1.8 +VERSION="1.7.3" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="C/C++ Configuration File Library, development files" 1.11 +SHORT_DESC="C/C++ Configuration File Library, development files." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="LGPL2.1" 1.14 WEB_SITE="https://www.hyperrealm.com/libconfig/" 1.15 1.16 +DEPENDS="libconfig pkg-config" 1.17 WANTED="libconfig" 1.18 1.19 -DEPENDS="libconfig pkg-config" 1.20 - 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 { 1.24 - mkdir -p $fs/usr/lib 1.25 - 1.26 - cp -a $install/usr/include $fs/usr 1.27 - cp -a $install/usr/lib/*a $fs/usr/lib 1.28 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.29 + get_dev_files 1.30 }