wok annotate libnetfilter_queue-dev/receipt @ rev 24891

lynx: use ncursesw (tanks ceel)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 07 07:20:18 2022 +0000 (2022-04-07)
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 }