aboutsummaryrefslogtreecommitdiffstats
path: root/rrdtool/rrdtool_1.0.49.oe
diff options
context:
space:
mode:
Diffstat (limited to 'rrdtool/rrdtool_1.0.49.oe')
-rw-r--r--rrdtool/rrdtool_1.0.49.oe23
1 files changed, 0 insertions, 23 deletions
diff --git a/rrdtool/rrdtool_1.0.49.oe b/rrdtool/rrdtool_1.0.49.oe
deleted file mode 100644
index 1afc59929b..0000000000
--- a/rrdtool/rrdtool_1.0.49.oe
+++ /dev/null
@@ -1,23 +0,0 @@
-DESCRIPTION = "RRD is the Acronym for Round Robin Database. RRD is a system to store and display time-series data (i.e. network bandwidth, machine-room temperature, server load average)."
-MAINTAINER = "Bruno Randolf <bruno.randolf@4g-systems.biz>"
-HOMEPAGE = "http://people.ee.ethz.ch/~oetiker/webtools/rrdtool"
-LICENSE = "GPLv2"
-DEPENDS = "libpng zlib"
-SRC_URI = "http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/rrdtool-${PV}.tar.gz \
- file://perl-make-options.diff;patch=1;pnum=0"
-
-inherit autotools
-
-EXTRA_OECONF = "--enable-shared --enable-local-libpng --enable-local-zlib --program-prefix=''"
-
-do_install_append() {
- install -d ${D}/${docdir}/rrdtool/
- mv ${D}/usr/html ${D}/${docdir}/rrdtool/
- mv ${D}/usr/doc/* ${D}/${docdir}/rrdtool/
- mv ${D}/usr/examples ${D}/${docdir}/rrdtool/
- mv ${D}/usr/contrib ${D}/${docdir}/rrdtool/
-}
-
-FILES_${PN} += "/usr/lib/perl"
-
-DEPENDS_rddtool-perl = "perl-module-lib perl-module-dynaloader" \ No newline at end of file