append exactly one '/' after ${palmtopdir}, not zero, not two and not even more than two
[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 RDEPENDS = "libqpe1"
7 DEPENDS = "virtual/libc"
8
9 SRC_URI = "cvs://anonymous@cvs.qplot.sourceforge.net/cvsroot/qplot;module=qplot \
10            file://${FILESDIR}/gcc3.patch;patch=1"
11 S = "${WORKDIR}/qplot"
12
13 inherit palmtop
14
15 do_install() {
16         install -d ${D}${palmtopdir}/{bin,apps/Applications,pics,lib,plugins/inputmethods}
17         install -D -m 755 qplotmain/qplot ${D}${palmtopdir}/bin/qplot
18         install -D -m 644 qplotmain/qplot.png ${D}${palmtopdir}/pics/
19         install -D -m 644 qplotmain/qplot-const.b ${D}${palmtopdir}/lib/
20         install -D -m 644 qplotmain/qplot-math.b ${D}${palmtopdir}/lib/
21         oe_soinstall qplotmath/libqplotmath.so.1.0.0 ${D}${palmtopdir}/plugins/inputmethods/
22         install -D -m 644 qplot.desktop ${D}${palmtopdir}/Applications/qplot.desktop
23 }
24