summaryrefslogtreecommitdiff
path: root/qplot
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2004-10-03 10:31:26 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2004-10-03 10:31:26 +0000
commita9092917b2e3d8d97bc2c3a1eaa6e8862b6fad48 (patch)
tree6a5609ba6996ea31761ba6ace838586f5eba0527 /qplot
parent9c92fde12032401f9d153900b9b4165335a7d134 (diff)
flexis-zaurus, portabase, qpegps, qplot: fixed SECTION, oelint fixes
BKrev: 415fd4feHugmKEGuRbmC4fc3lw9_0A
Diffstat (limited to 'qplot')
-rw-r--r--qplot/qplot_2.0.1+cvs20020420.oe29
1 files changed, 29 insertions, 0 deletions
diff --git a/qplot/qplot_2.0.1+cvs20020420.oe b/qplot/qplot_2.0.1+cvs20020420.oe
index e69de29bb2..dabb201c4b 100644
--- a/qplot/qplot_2.0.1+cvs20020420.oe
+++ b/qplot/qplot_2.0.1+cvs20020420.oe
@@ -0,0 +1,29 @@
+DESCRIPTION = "QPlot is an Advanced Matematical Calculator for Qt/Embedded based Palmtop Environments"
+SECTION = "opie/applications"
+PRIORITY = "optional"
+MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
+LICENSE = "GPL"
+HOMEPAGE = "http://qplot.sourceforge.net/"
+CVSDATE = 20020420
+PV = "2.0.1-cvs-${CVSDATE}"
+PR = "r1"
+
+SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/qplot;module=qplot \
+ file://gcc3.patch;patch=1"
+S = "${WORKDIR}/qplot"
+
+inherit palmtop
+
+do_install() {
+ install -d ${D}/${palmtopdir}/bin \
+ ${D}/${palmtopdir}/apps/Applications \
+ ${D}/${palmtopdir}/pics \
+ ${D}/${palmtopdir}/lib \
+ ${D}/${palmtopdir}/plugins/inputmethods
+ install -m 755 qplotmain/qplot ${D}/${palmtopdir}/bin/qplot
+ install -m 644 qplotmain/qplot.png ${D}/${palmtopdir}/pics/
+ install -m 644 qplotmain/qplot-const.b ${D}/${palmtopdir}/lib/
+ install -m 644 qplotmain/qplot-math.b ${D}/${palmtopdir}/lib/
+ oe_libinstall -so -C qplotmath libqplotmath ${D}/${palmtopdir}/plugins/inputmethods/
+ install -m 644 qplot.desktop ${D}/${palmtopdir}/apps/Applications/qplot.desktop
+}