]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Added additional information to lfs/linmetfilter_log.
authorStefan Schantl <Stevee@ipfire.org>
Thu, 7 May 2009 14:46:11 +0000 (16:46 +0200)
committerStefan Schantl <Stevee@ipfire.org>
Thu, 7 May 2009 14:46:11 +0000 (16:46 +0200)
lfs/libnetfilter_log

index 05bf1e19af7c273237f85ec384a970859969dfb1..f7f5078b6be7d5ddcc49f995392364c7f7813193 100644 (file)
@@ -26,6 +26,7 @@ include Config
 
 PKG_NAME   = libnetfilter_log
 PKG_VER    = 0.0.16
+PKG_REL    = 0
 
 THISAPP    = $(PKG_NAME)-$(PKG_VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -33,10 +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_log/downloads.html
+LICENSE    = GPL
+SHORT_DESC = The libnetfilter_log userspace library.
+
+define LONG_DESC
+       libnetfilter_log is a software library to interface with the \
+       nfnetlink_log mechanism in Linux 2.6.14 and later. The library \ 
+       enables programs to receive and process packets logged by the \
+       Linux packet filter (iptables).
+endef
 ###############################################################################
 # Top-level Rules
 ###############################################################################