2ba5f9730f5fc5b0ede8798bec03bc47cc089548
[vuplus_openembedded] / qplot / qplot_2.0.1cvs.oe
1 DESCRIPTION = "QPlot is an Advanced Matematical Calculator for Qt/Embedded based Palmtop Environments"
2 SECTION = "base"
3 PRIORITY = "optional"
4 MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
5 LICENSE = "GPL"
6 DEPENDS = "virtual/libc"
7
8 SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/qplot;module=qplot \
9            file://${FILESDIR}/gcc3.patch;patch=1"
10 S = "${WORKDIR}/qplot"
11
12 inherit palmtop
13
14 do_install() {
15         install -d ${D}/${palmtopdir}/bin \
16                    ${D}/${palmtopdir}/apps/Applications \
17                    ${D}/${palmtopdir}/pics \
18                    ${D}/${palmtopdir}/lib \
19                    ${D}/${palmtopdir}/plugins/inputmethods
20         install -m 755 qplotmain/qplot ${D}/${palmtopdir}/bin/qplot
21         install -m 644 qplotmain/qplot.png ${D}/${palmtopdir}/pics/
22         install -m 644 qplotmain/qplot-const.b ${D}/${palmtopdir}/lib/
23         install -m 644 qplotmain/qplot-math.b ${D}/${palmtopdir}/lib/
24         oe_libinstall -so -C qplotmath libqplotmath ${D}/${palmtopdir}/plugins/inputmethods/
25         install -m 644 qplot.desktop ${D}/${palmtopdir}/apps/Applications/qplot.desktop
26 }