blob: 580c29e1ae1e4d7fa7d05becc2ef43f8b281d9b0 [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"
Andrew Geissler9aee5002022-03-30 16:27:02 +00005LICENSE = "GPL-2.0-or-later"
Andrew Geissler595f6302022-01-24 19:11:47 +00006LIC_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