summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-filter/libnetfilter/libnetfilter-cthelper_1.0.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-filter/libnetfilter/libnetfilter-cthelper_1.0.0.bb')
-rw-r--r--meta-networking/recipes-filter/libnetfilter/libnetfilter-cthelper_1.0.0.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-networking/recipes-filter/libnetfilter/libnetfilter-cthelper_1.0.0.bb b/meta-networking/recipes-filter/libnetfilter/libnetfilter-cthelper_1.0.0.bb
new file mode 100644
index 000000000..405e8bfae
--- /dev/null
+++ b/meta-networking/recipes-filter/libnetfilter/libnetfilter-cthelper_1.0.0.bb
@@ -0,0 +1,14 @@
1SUMMARY = "Netfilter connection tracking helper library"
2DESCRIPTION = "Userspace library providing a programming interface (API) to the Linux kernel netfilter user-space helper infrastructure"
3HOMEPAGE = "http://www.netfilter.org/projects/libnetfilter_cthelper/index.html"
4LICENSE = "GPLv2+"
5LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
6DEPENDS = "libmnl"
7
8SRC_URI = "http://www.netfilter.org/projects/libnetfilter_cthelper/files/libnetfilter_cthelper-${PV}.tar.bz2;name=tar"
9SRC_URI[tar.md5sum] = "b2efab1a3a198a5add448960ba011acd"
10SRC_URI[tar.sha256sum] = "07618e71c4d9a6b6b3dc1986540486ee310a9838ba754926c7d14a17d8fccf3d"
11
12S = "${WORKDIR}/libnetfilter_cthelper-${PV}"
13
14inherit autotools pkgconfig