From: Stefan Schantl Date: Thu, 7 May 2009 18:44:04 +0000 (+0200) Subject: Added additional information to lfs/libnfnetlink. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=283169cee4546ec4010bae728d71242ba8c8526a;p=ipfire-3.x.git Added additional information to lfs/libnfnetlink. --- diff --git a/lfs/libnfnetlink b/lfs/libnfnetlink index 5691e57f7..dfa00eb36 100644 --- a/lfs/libnfnetlink +++ b/lfs/libnfnetlink @@ -26,6 +26,7 @@ include Config PKG_NAME = libnfnetlink PKG_VER = 0.0.41 +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 +URL = http://www.netfilter.org/projects/libnfnetlink/downloads.html +LICENSE = GPL +SHORT_DESC = A low-level library for netfilter. + +define LONG_DESC + libnfnetlink is a low-level userspace library for \ + nfnetlink-based communication between the kernel-side netfilter \ + and the user-space world. It is therefore the fundamental layer \ + for all other nfnetlink-enabled user-space programs interfacing \ + with the netfilter subsystem of the Linux kernel. +endef + ############################################################################### # Top-level Rules ###############################################################################