]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Added additional information to lfs/libnetfilter_queue.
authorStefan Schantl <Stevee@ipfire.org>
Thu, 7 May 2009 18:38:16 +0000 (20:38 +0200)
committerStefan Schantl <Stevee@ipfire.org>
Thu, 7 May 2009 18:38:16 +0000 (20:38 +0200)
lfs/libnetfilter_queue

index 6aa6e9d6fe37a729361211fa234a31b24dfc550b..c6970e2ed9262b2c9381b42419c19fb86e4a9cc6 100644 (file)
@@ -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