wok annotate libnetfilter_queue-dev/receipt @ rev 25216

updated python-pbr (5.4.5 -> 5.8.0)
author Hans-Günter Theisgen
date Wed Jul 13 15:29:05 2022 +0100 (2022-07-13)
parents 562fee6af57b
children
rev   line source
pascal@10806 1 # SliTaz package receipt.
pascal@10806 2
pascal@10806 3 PACKAGE="libnetfilter_queue-dev"
Hans-Günter@24813 4 VERSION="1.0.5"
pascal@10806 5 CATEGORY="development"
pascal@10806 6 SHORT_DESC="API to packets that have been queued by the kernel packet filter, development files."
pascal@10806 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14714 8 LICENSE="GPL2"
Hans-Günter@21263 9 WEB_SITE="https://www.netfilter.org/projects/libnetfilter_queue/"
Hans-Günter@21263 10
Hans-Günter@24813 11 DEPENDS="libnfnetlink-dev pkg-config"
pascal@10806 12 WANTED="libnetfilter_queue"
pascal@15597 13
pascal@10806 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@10806 15 genpkg_rules()
pascal@10806 16 {
Hans-Günter@24813 17 get_dev_files
pascal@10806 18 }