]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Added additonal information to lfs/rrdtool.
authorStefan Schantl <Stevee@ipfire.org>
Tue, 25 Aug 2009 16:22:20 +0000 (12:22 -0400)
committerStefan Schantl <Stevee@ipfire.org>
Tue, 25 Aug 2009 16:22:20 +0000 (12:22 -0400)
lfs/rrdtool

index 2d33a788b5586c82204413b3758c4fd239e0f3ea..2a672f6f7d3a9d4114a9611e7a172f2cda7427cc 100644 (file)
@@ -26,6 +26,7 @@ include Config
 
 PKG_NAME   = rrdtool
 PKG_VER    = 1.3.1
+OKG_REL    = 0
 
 THISAPP    = $(PKG_NAME)-$(PKG_VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -33,9 +34,25 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 
 OBJECT     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
 
+MAINTAINER =
+GROUP      = Applications/Databases
 CORE       = yes
 EXTRA      = no
 DEBUG      = no
+BUILD_DEPS =
+DEPS       = gettext groff libxml libtool
+
+URL        = http://oss.oetiker.ch/rrdtool/
+LICENSE    = GPLv2+ with exceptions
+SHORT_DESC = Round Robin Database Tool to store and display time-series data.
+
+define LONG_DESC
+       RRD is the Acronym for Round Robin Database. RRD is a system to \
+       store and display time-series data. It stores the data in a \
+       very compact way that will not expand over time, and it presents \
+       useful graphs by processing the data to enforce a certain data \
+       density.
+endef
 
 ###############################################################################
 # Top-level Rules