diff options
| -rw-r--r-- | meta-networking/recipes-filter/libnetfilter/libnetfilter-queue_1.0.2.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-networking/recipes-filter/libnetfilter/libnetfilter-queue_1.0.2.bb b/meta-networking/recipes-filter/libnetfilter/libnetfilter-queue_1.0.2.bb new file mode 100644 index 0000000000..7276f5cc78 --- /dev/null +++ b/meta-networking/recipes-filter/libnetfilter/libnetfilter-queue_1.0.2.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | SUMMARY = "Netfilter packet queue access library" | ||
| 2 | DESCRIPTION = "Userspace library providing a programming interface (API) to access the Linux kernel netfilter packet queue" | ||
| 3 | HOMEPAGE = "http://www.netfilter.org/projects/libnetfilter_queue/index.html" | ||
| 4 | LICENSE = "GPLv2+" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" | ||
| 6 | DEPENDS = "libnfnetlink" | ||
| 7 | |||
| 8 | SRC_URI = "http://www.netfilter.org/projects/libnetfilter_queue/files/libnetfilter_queue-${PV}.tar.bz2;name=tar" | ||
| 9 | SRC_URI[tar.md5sum] = "df09befac35cb215865b39a36c96a3fa" | ||
| 10 | SRC_URI[tar.sha256sum] = "838490eb5dbe358f9669823704982f5313a8d397111562373200203f93ac1a32" | ||
| 11 | |||
| 12 | S = "${WORKDIR}/libnetfilter_queue-${PV}" | ||
| 13 | |||
| 14 | inherit autotools pkgconfig | ||
