]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
ulogd2: Added package information.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 16 Sep 2009 09:26:46 +0000 (11:26 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 16 Sep 2009 09:26:46 +0000 (11:26 +0200)
lfs/ulogd2

index 265192f3b698ceb418f6dbc133a6a16fd46e22ac..628349cd53e3647581e4a7a78e80e4166e8cd58c 100644 (file)
@@ -33,11 +33,26 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 
 OBJECT     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
 
+MAINTAINER =
+GROUP      = Networking/Statistics
 CORE       = yes
 EXTRA      = no
 DEBUG      = no
-
+BUILD_DEPS =
 DEPS       = sqlite
+
+URL        = http://netfilter.org/projects/ulogd/index.html
+LICENSE    = GPLv2
+SHORT_DESC = The userspace logging daemon for netfilter.
+
+define LONG_DESC
+       This package contains utilities for configuring the linux ethernet \
+       bridge. The linux ethernet bridge can be used for connecting multiple \
+       ethernet devices together. The connecting is fully transparent: hosts \
+       connected to one ethernet device see hosts connected to the other \
+       ethernet devices directly.
+endef
+
 INITSCRIPT = ulogd
 
 ###############################################################################