aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libnfnetlink/libnfnetlink.inc
diff options
context:
space:
mode:
authorRoman I Khimov <khimov@altell.ru>2010-03-22 17:15:45 +0300
committerRoman I Khimov <khimov@altell.ru>2010-03-22 22:21:10 +0300
commit4e5a21d49f2ef6b02c3b5537e5f49a74ae3e0f98 (patch)
treed5e6ef6bc5c9677becaf409da2de816c2961b6b3 /recipes/libnfnetlink/libnfnetlink.inc
parentd84617efeefac8a4211df6eb6642dfc3a0ecef74 (diff)
downloadopenembedded-4e5a21d49f2ef6b02c3b5537e5f49a74ae3e0f98.tar.gz
libnfnetlink: unify versions with .inc file
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/libnfnetlink/libnfnetlink.inc')
-rw-r--r--recipes/libnfnetlink/libnfnetlink.inc15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/libnfnetlink/libnfnetlink.inc b/recipes/libnfnetlink/libnfnetlink.inc
new file mode 100644
index 0000000000..2bb3d3dcfc
--- /dev/null
+++ b/recipes/libnfnetlink/libnfnetlink.inc
@@ -0,0 +1,15 @@
+DESCRIPTION = "libnfnetlink is the low-level library for netfilter related \
+kernel/userspace communication. It provides a generic messaging \
+infrastructure for in-kernel netfilter subsystems (such as nfnetlink_log, \
+nfnetlink_queue, nfnetlink_conntrack) and their respective users and/or \
+management tools in userspace."
+
+SECTION = "devel/libs"
+LICENSE = "GPL"
+HOMEPAGE = "http://www.netfilter.org/projects/libnfnetlink/index.html"
+INC_PR = "r0"
+
+SRC_URI = "http://www.netfilter.org/projects/libnfnetlink/files/libnfnetlink-${PV}.tar.bz2"
+
+inherit autotools_stage pkgconfig
+