let ipkg fail when a package file to be installed is not found
[openwrt/staging/wigyori.git] / openwrt / package / rrdtool / ipkg / librrd.control
1 Package: librrd
2 Priority: optional
3 Section: libs
4 Depends: libart, libfreetype, libpng, zlib
5 Description: Round Robin Database (RRD) management library.
6 RRD is the Acronym for Round Robin Database. RRD is a system to store and
7 display time-series data (i.e. network bandwidth, machine-room temperature,
8 server load average). It stores the data in a very compact way that will
9 not expand over time, and it presents useful graphs by processing the data
10 to enforce a certain data density. It can be used either via simple wrapper
11 scripts (from shell or Perl) or via frontends that poll network devices and
12 put friendly user interface on it.
13 .
14 This package contains the shared library used to manage RRDs.