[oe-commits] Philip Balister : libnfnetlink : Add bb file to build libnfnetlink-0.0.39

GIT User account git at amethyst.openembedded.net
Mon Feb 2 03:28:53 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 05b663422218607955ff3b05ec486f6f94e097d8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=05b663422218607955ff3b05ec486f6f94e097d8

Author: Philip Balister <philip at balister.org>
Date:   Sun Feb  1 22:25:14 2009 -0500

libnfnetlink : Add bb file to build libnfnetlink-0.0.39

---

 packages/libnfnetlink/libnfnetlink_0.0.39.bb |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/packages/libnfnetlink/libnfnetlink_0.0.39.bb b/packages/libnfnetlink/libnfnetlink_0.0.39.bb
new file mode 100644
index 0000000..a17a198
--- /dev/null
+++ b/packages/libnfnetlink/libnfnetlink_0.0.39.bb
@@ -0,0 +1,25 @@
+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
+#	libtoolize --force
+#	oe_runconf
+#}
+
+do_stage() {
+	autotools_stage_all
+}
+





More information about the Openembedded-commits mailing list