PKG_NAME = rrdtool
PKG_VER = 1.3.1
+OKG_REL = 0
THISAPP = $(PKG_NAME)-$(PKG_VER)
DL_FILE = $(THISAPP).tar.gz
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