mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: "Bart vdr. Meulen" <bartvdrmeulen@gmail.com>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] libnetfilter_queue: add new package
Date: Mon, 28 May 2012 14:42:53 +0200	[thread overview]
Message-ID: <1338208981-8681-27-git-send-email-bartvdrmeulen@gmail.com> (raw)

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

                 reply	other threads:[~2012-05-28 12:44 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1338208981-8681-27-git-send-email-bartvdrmeulen@gmail.com \
    --to=bartvdrmeulen@gmail.com \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox