libnetfilter_queue : Add libnetfilter_queue to OE. Needs libtool 1.5.24 to build.
authorPhilip Balister <philip@balister.org>
Sun, 26 Aug 2007 11:27:48 +0000 (11:27 +0000)
committerPhilip Balister <philip@balister.org>
Sun, 26 Aug 2007 11:27:48 +0000 (11:27 +0000)
packages/libnetfilter-queue/.mtn2git_empty [new file with mode: 0644]
packages/libnetfilter-queue/libnetfilter-queue_0.0.13.bb [new file with mode: 0644]

diff --git a/packages/libnetfilter-queue/.mtn2git_empty b/packages/libnetfilter-queue/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/libnetfilter-queue/libnetfilter-queue_0.0.13.bb b/packages/libnetfilter-queue/libnetfilter-queue_0.0.13.bb
new file mode 100644 (file)
index 0000000..9219ce3
--- /dev/null
@@ -0,0 +1,30 @@
+DESCRIPTION = "libnetfilter_queue is a userspace library providing an API to \
+packets that have been queued by the kernel packet filter. It is is part of a \
+system that deprecates the old ip_queue / libipq mechanism."
+
+SECTION = "devel/libs"
+LICENSE = "GPL"
+HOMEPAGE = "http://www.netfilter.org/projects/libnetfilter_queue/index.html"
+PR = "r0"
+
+
+# This package requires libtool-cross-1.5.24 which is not the default libtool
+# used by OE (25AUG2007)
+DEPENDS = "libnfnetlink"
+
+SRC_URI = "http://www.netfilter.org/projects/libnetfilter_queue/files/libnetfilter_queue-${PV}.tar.bz2"
+
+S = "${WORKDIR}/libnetfilter_queue-${PV}"
+
+inherit autotools pkgconfig
+
+do_configure() {
+       gnu-configize
+       libtoolize --force
+       oe_runconf
+}
+
+do_stage() {
+       autotools_stage_all
+}
+