mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libnetfilter_queue: add new package
@ 2012-05-28 12:42 Bart vdr. Meulen
  0 siblings, 0 replies; only message in thread
From: Bart vdr. Meulen @ 2012-05-28 12:42 UTC (permalink / raw)
  To: ptxdist

From: "Bart vdr. Meulen" <bartvdrmeulen@gmail.com>

libnetfilter_queue is a userspace library providing an API to packets
that have been queued by the kernel packet filter.

Signed-off-by: Bart vdr. Meulen <bartvdrmeulen@gmail.com>
---
 rules/libnetfilter_queue.in   |   13 +++++++++++
 rules/libnetfilter_queue.make |   50 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 63 insertions(+)
 create mode 100644 rules/libnetfilter_queue.in
 create mode 100644 rules/libnetfilter_queue.make

diff --git a/rules/libnetfilter_queue.in b/rules/libnetfilter_queue.in
new file mode 100644
index 0000000..ceec316
--- /dev/null
+++ b/rules/libnetfilter_queue.in
@@ -0,0 +1,13 @@
+## SECTION=networking
+
+config LIBNETFILTER_QUEUE
+	tristate
+	select LIBNFNETLINK
+	prompt "libnetfilter_queue"
+	help
+	  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.
+	  This library has been previously known as libnfnetlink_queue.
+
diff --git a/rules/libnetfilter_queue.make b/rules/libnetfilter_queue.make
new file mode 100644
index 0000000..9863e15
--- /dev/null
+++ b/rules/libnetfilter_queue.make
@@ -0,0 +1,50 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2011 by Bart vdr. Meulen <bartvdrmeulen@gmail.com>
+#
+# See CREDITS for details about who has contributed to this project.
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+PACKAGES-$(PTXCONF_LIBNETFILTER_QUEUE) += libnetfilter_queue
+
+#
+# Paths and names
+#
+LIBNETFILTER_QUEUE_VERSION	:= 1.0.0
+LIBNETFILTER_QUEUE_MD5		:= af6a9ea350f63a13609bc3b47b5c395c
+LIBNETFILTER_QUEUE		:= libnetfilter_queue-$(LIBNETFILTER_QUEUE_VERSION)
+LIBNETFILTER_QUEUE_SUFFIX	:= tar.bz2
+LIBNETFILTER_QUEUE_URL		:= http://ftp.netfilter.org/pub/libnetfilter_queue/$(LIBNETFILTER_QUEUE).$(LIBNETFILTER_QUEUE_SUFFIX)
+LIBNETFILTER_QUEUE_SOURCE	:= $(SRCDIR)/$(LIBNETFILTER_QUEUE).$(LIBNETFILTER_QUEUE_SUFFIX)
+LIBNETFILTER_QUEUE_DIR		:= $(BUILDDIR)/$(LIBNETFILTER_QUEUE)
+LIBNETFILTER_QUEUE_LICENSE	:= GPLv2
+
+#
+# autoconf
+#
+LIBNETFILTER_QUEUE_CONF_TOOL	:= autoconf
+
+# ----------------------------------------------------------------------------
+# Target-Install
+# ----------------------------------------------------------------------------
+
+$(STATEDIR)/libnetfilter_queue.targetinstall:
+	@$(call targetinfo)
+
+	@$(call install_init, libnetfilter_queue)
+	@$(call install_fixup, libnetfilter_queue,PRIORITY,optional)
+	@$(call install_fixup, libnetfilter_queue,SECTION,base)
+	@$(call install_fixup, libnetfilter_queue,AUTHOR,"Bart vdr. Meulen <bartvdrmeulen@gmail.com>")
+	@$(call install_fixup, libnetfilter_queue,DESCRIPTION,missing)
+
+	@$(call install_lib, libnetfilter_queue, 0, 0, 0644, libnetfilter_queue)
+
+	@$(call install_finish, libnetfilter_queue)
+	@$(call touch)
+
-- 
1.7.9.5


-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-05-28 12:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-28 12:42 [ptxdist] [PATCH] libnetfilter_queue: add new package Bart vdr. Meulen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox