libgisi: bump SRCREV
[openembedded.git] / recipes / qpe-games / pipeman_1.0.0.bb
blob2c4d30dd7dde9d8bd4c157b787ee38858f0b0c23
1 DESCRIPTION = "Pipeman"
2 SECTION = "opie/games"
3 PRIORITY = "optional"
4 LICENSE = "GPL"
5 AUTHOR = "Rober Ernst"
6 HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-PDA-Pipeman.html"
9 SRC_URI = "http://handhelds.org/~zecke/oe_packages/pipeman_V1.0.0.tar.gz \
10 file://pipe.patch"
12 PV = "1.0.0"
13 S = "${WORKDIR}/pipeman_V${PV}"
15 APPNAME = "pipeman"
16 APPTYPE = "binary"
17 APPDESKTOP = "${S}"
20 do_compile_prepend() {
21 oe_runmake -C images
24 do_install () {
25 install -d ${D}${palmtopdir}/pics/${APPNAME}/
26 install -m 0644 ${S}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
30 inherit opie
33 SRC_URI[md5sum] = "8d8a69d0fea184dda5f4a15168039fbb"
34 SRC_URI[sha256sum] = "a2d8473577c2b3b51ebf29e2c6cb31463158676a5d5b44438ff0db18e8aab949"