blob: f806b0747ee7131d65a9604b5ac050c34d85ddf0 [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001SUMMARY = "Netfilter packet queue access library"
2DESCRIPTION = "Userspace library providing a programming interface (API) to access the Linux kernel netfilter packet queue"
3HOMEPAGE = "http://www.netfilter.org/projects/libnetfilter_queue/index.html"
4SECTION = "libs"
5LICENSE = "GPLv2+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
7DEPENDS = "libnfnetlink libmnl"
8
9SRCREV = "2ff321690b8dafeca99ee8e9cafac71e36f292b9"
10
11SRC_URI = "git://git.netfilter.org/libnetfilter_queue;branch=master \
12 "
13
14S = "${WORKDIR}/git"
15
16inherit autotools pkgconfig