From: Stefan Schantl Date: Thu, 7 May 2009 18:38:16 +0000 (+0200) Subject: Added additional information to lfs/libnetfilter_queue. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d327036a473cefa9ef04b31b616cd1911246f30;p=ipfire-3.x.git Added additional information to lfs/libnetfilter_queue. --- diff --git a/lfs/libnetfilter_queue b/lfs/libnetfilter_queue index 6aa6e9d6f..c6970e2ed 100644 --- a/lfs/libnetfilter_queue +++ b/lfs/libnetfilter_queue @@ -26,6 +26,7 @@ include Config PKG_NAME = libnetfilter_queue PKG_VER = 0.0.17 +PKG_REL = 0 THISAPP = $(PKG_NAME)-$(PKG_VER) DL_FILE = $(THISAPP).tar.bz2 @@ -33,9 +34,24 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +MAINTAINER = +GROUP = System/Libraries CORE = yes EXTRA = no DEBUG = no +DEPS = + +URL = +http://www.netfilter.org/projects/libnetfilter_queue/index.html +LICENSE = GPL +SHORT_DESC = The libnetfilter_queue userspace library. + +define LONG_DESC + libnetfilter_queue is a userspace library that provides an API \ + for manipulating 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. +endef ############################################################################### # Top-level Rules