[oe-commits] org.oe.dev libnfnetlink : Add support for the libnfnetlink library.

crofton commit openembedded-commits at lists.openembedded.org
Thu Aug 2 18:34:18 UTC 2007


libnfnetlink : Add support for the libnfnetlink library.

Author: crofton at openembedded.org
Branch: org.openembedded.dev
Revision: 64d170ee696c908c25336c5c958d466633a7c125
ViewMTN: http://monotone.openembedded.org/revision.psp?id=64d170ee696c908c25336c5c958d466633a7c125
Files:
1
packages/libnfnetlink
packages/libnfnetlink/libnfnetlink_0.0.30.bb
Diffs:

#
# mt diff -r30c86beb3ebb20fe401cc7edc4cac4531a2297a5 -r64d170ee696c908c25336c5c958d466633a7c125
#
# 
# 
# add_dir "packages/libnfnetlink"
# 
# add_file "packages/libnfnetlink/libnfnetlink_0.0.30.bb"
#  content [0bb5cccf99fbfae2cfaf7e9737675f1933d83c2b]
# 
============================================================
--- packages/libnfnetlink/libnfnetlink_0.0.30.bb	0bb5cccf99fbfae2cfaf7e9737675f1933d83c2b
+++ packages/libnfnetlink/libnfnetlink_0.0.30.bb	0bb5cccf99fbfae2cfaf7e9737675f1933d83c2b
@@ -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
+}
+






More information about the Openembedded-commits mailing list