tslib: adjust ts.conf for palmpre machine and bump PR
[openembedded.git] / recipes / gnuplot / qtplot_0.2.bb
blobda75440f32624b14533fa2ee16cd8d6da889660a
1 DESCRIPTION = "QT Gnuplot is a front end for Gnuplot. Install Opie-Embedded \
2 console to enable the Launch Gnuplot menu option."
3 HOMEPAGE = "http://www.mneuroth.de/privat/zaurus/gnuplot.html"
4 SECTION = "opie/applications"
5 PRIORITY = "optional"
6 LICENSE = "GPL"
7 DEPENDS = "gnuplot"
8 RDEPDENDS_${PN} = "gnuplot"
10 PR = "r1"
12 SRC_URI = "http://www.mneuroth.de/privat/zaurus/qtplot-${PV}.tar.gz"
14 APPTYPE = "binary"
15 APPDESKTOP = "${S}"
17 inherit opie
19 do_install_prepend() {
20 install -d ${D}${palmtopdir}/pics
21 install -d ${D}${palmtopdir}/help/html
23 install -m 644 Qtplot.png ${D}${palmtopdir}/pics/
24 install -m 644 qtplot.html ${D}${palmtopdir}/help/html/
27 SRC_URI[md5sum] = "0a481885a496092c77eb4017540b5cf6"
28 SRC_URI[sha256sum] = "6df317183ff62cc82f3dcf88207a267cd6478cb5147f55d7530c94f1ad5f4132"