summaryrefslogtreecommitdiff
path: root/rrdtool
diff options
context:
space:
mode:
Diffstat (limited to 'rrdtool')
-rw-r--r--rrdtool/perl-make-options.diff0
-rw-r--r--rrdtool/rrdtool_1.0.49.oe22
2 files changed, 22 insertions, 0 deletions
diff --git a/rrdtool/perl-make-options.diff b/rrdtool/perl-make-options.diff
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/rrdtool/perl-make-options.diff
diff --git a/rrdtool/rrdtool_1.0.49.oe b/rrdtool/rrdtool_1.0.49.oe
index e69de29bb2..4af99fa192 100644
--- a/rrdtool/rrdtool_1.0.49.oe
+++ b/rrdtool/rrdtool_1.0.49.oe
@@ -0,0 +1,22 @@
+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"
+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