From: Stefan Schantl Date: Thu, 7 May 2009 14:46:11 +0000 (+0200) Subject: Added additional information to lfs/linmetfilter_log. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5d37a0c4e02089ba52f2efaf3db10c9ed3622a5;p=ipfire-3.x.git Added additional information to lfs/linmetfilter_log. --- diff --git a/lfs/libnetfilter_log b/lfs/libnetfilter_log index 05bf1e19a..f7f5078b6 100644 --- a/lfs/libnetfilter_log +++ b/lfs/libnetfilter_log @@ -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 ###############################################################################