From: Stefan Schantl Date: Tue, 25 Aug 2009 16:22:20 +0000 (-0400) Subject: Added additonal information to lfs/rrdtool. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd1a407411fb28e4cafd6fb855afd040f6ca624d;p=ipfire-3.x.git Added additonal information to lfs/rrdtool. --- diff --git a/lfs/rrdtool b/lfs/rrdtool index 2d33a788b..2a672f6f7 100644 --- a/lfs/rrdtool +++ b/lfs/rrdtool @@ -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