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

index 5691e57f7660618f4ade2826774cdfa7d9018d64..dfa00eb36717ece225a2d219a17b9332f5051d5e 100644 (file)
@@ -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
 ###############################################################################