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