wok annotate libnetfilter_queue-dev/receipt @ rev 25142

updated pjsip and pjsip-dev (2.8 -> 2.11.1)
author Hans-G?nter Theisgen
date Wed Jun 29 14:35:46 2022 +0100 (2022-06-29)
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 }