7585836534b45daa3be60bf931878423b3fff0b1
[openwrt.git] / openwrt / package / rrdtool / ipkg / librrd.control
1 Package: librrd
2 Priority: optional
3 Section: libs
4 Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>, Oliver Ertl <oliver@ertl-net.net>
5 Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/rrdtool/
6 Depends: libart, libfreetype, libpng, zlib
7 Description: Round Robin Database (RRD) management library. 
8  RRD is the Acronym for Round Robin Database. RRD is a system to store and
9  display time-series data (i.e. network bandwidth, machine-room temperature,
10  server load average). It stores the data in a very compact way that will
11  not expand over time, and it presents useful graphs by processing the data
12  to enforce a certain data density. It can be used either via simple wrapper
13  scripts (from shell or Perl) or via frontends that poll network devices and
14  put friendly user interface on it.
15  .
16  This package contains the shared library used to manage RRDs.