wok diff ipset-dev/receipt @ rev 25040
cups-filters: use standard c++14
author | Hans-G?nter Theisgen |
---|---|
date | Fri May 27 07:47:27 2022 +0100 (2022-05-27) |
parents | 9f5504597c0b |
children |
line diff
1.1 --- a/ipset-dev/receipt Fri Feb 28 15:32:13 2020 +0100 1.2 +++ b/ipset-dev/receipt Fri May 27 07:47:27 2022 +0100 1.3 @@ -1,12 +1,12 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="ipset-dev" 1.7 -VERSION="7.6" 1.8 +VERSION="7.15" 1.9 CATEGORY="development" 1.10 SHORT_DESC="High speed match for an entry against a set of firewall rules - development files." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL2" 1.13 -WEB_SITE="http://ipset.netfilter.org/" 1.14 +WEB_SITE="https://ipset.netfilter.org/" 1.15 1.16 DEPENDS="ipset pkg-config" 1.17 WANTED="ipset" 1.18 @@ -14,9 +14,7 @@ 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 - mkdir -p $fs/usr/lib 1.23 - 1.24 - cp -a $install/usr/lib/*a $fs/usr/lib 1.25 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.26 - cp -a $install/usr/include $fs/usr 1.27 + cook_copy_folders include 1.28 + cook_copy_folders pkgconfig 1.29 + cook_copy_files *.*a 1.30 }