wok annotate ipset-dev/receipt @ rev 25003
updated nspr and nspr-dev (4.25 -> 4.33)
author | Hans-G?nter Theisgen |
---|---|
date | Mon May 16 14:53:05 2022 +0100 (2022-05-16) |
parents | 9f5504597c0b |
children |
rev | line source |
---|---|
pascal@20038 | 1 # SliTaz package receipt. |
pascal@20038 | 2 |
pascal@20038 | 3 PACKAGE="ipset-dev" |
Hans-G?nter@24672 | 4 VERSION="7.15" |
pascal@20038 | 5 CATEGORY="development" |
Hans-G?nter@22956 | 6 SHORT_DESC="High speed match for an entry against a set of firewall rules - development files." |
pascal@20038 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@20038 | 8 LICENSE="GPL2" |
Hans-G?nter@24672 | 9 WEB_SITE="https://ipset.netfilter.org/" |
Hans-G?nter@21059 | 10 |
Hans-G?nter@22956 | 11 DEPENDS="ipset pkg-config" |
pascal@20038 | 12 WANTED="ipset" |
pascal@20038 | 13 |
pascal@20038 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@20038 | 15 genpkg_rules() |
pascal@20038 | 16 { |
Hans-G?nter@24672 | 17 cook_copy_folders include |
Hans-G?nter@24672 | 18 cook_copy_folders pkgconfig |
Hans-G?nter@24672 | 19 cook_copy_files *.*a |
pascal@20038 | 20 } |