aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libnfnetlink
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2007-08-02 18:26:41 +0000
committerPhilip Balister <philip@balister.org>2007-08-02 18:26:41 +0000
commita6164bbe00f788d1a42190fa1ca8dd685fbd1f17 (patch)
treedceb6f3ee8fee8717f0578d7c7f43e0b51c8f693 /packages/libnfnetlink
parent77d305c7a6711702339ef48040b4206dc63ea927 (diff)
downloadopenembedded-a6164bbe00f788d1a42190fa1ca8dd685fbd1f17.tar.gz
libnfnetlink : Add support for the libnfnetlink library.
Diffstat (limited to 'packages/libnfnetlink')
-rw-r--r--packages/libnfnetlink/.mtn2git_empty0
-rw-r--r--packages/libnfnetlink/libnfnetlink_0.0.30.bb24
2 files changed, 24 insertions, 0 deletions
diff --git a/packages/libnfnetlink/.mtn2git_empty b/packages/libnfnetlink/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/libnfnetlink/.mtn2git_empty
diff --git a/packages/libnfnetlink/libnfnetlink_0.0.30.bb b/packages/libnfnetlink/libnfnetlink_0.0.30.bb
new file mode 100644
index 0000000000..e4a76f5074
--- /dev/null
+++ b/packages/libnfnetlink/libnfnetlink_0.0.30.bb
@@ -0,0 +1,24 @@
+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"
+PR = "r0"
+
+SRC_URI = "http://www.netfilter.org/projects/libnfnetlink/files/libnfnetlink-${PV}.tar.bz2"
+
+inherit autotools pkgconfig
+
+do_configure() {
+ gnu-configize
+ oe_runconf
+}
+
+do_stage() {
+ autotools_stage_all
+}
+