libgisi: bump SRCREV
[openembedded.git] / recipes / qpe-games / pdamaze_1.0.0.bb
blobcd77b37eca14a65612b96b400ee01bd3147a563a
1 DESCRIPTION = "PDA-Maze"
2 SECTION = "opie/games"
3 PRIORITY = "optional"
4 LICENSE = "GPL"
5 AUTHOR = "Bill Kendrick, Port by Rober Ernst"
6 HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-PDA-Maze.html"
9 SRC_URI = "http://handhelds.org/~zecke/oe_packages/pdamaze_V1.0.0.tar.gz \
10 file://Makefile.patch"
12 PV = "1.0.0"
13 S = "${WORKDIR}/pdamaze_V${PV}"
15 APPNAME = "pdamaze"
16 APPTYPE = "binary"
17 APPDESKTOP = "${S}"
19 do_compile_prepend() {
20 oe_runmake -C images
23 do_install () {
24 install -d ${D}${palmtopdir}/pics/${APPNAME}/
25 install -m 0644 ${S}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
29 inherit opie
34 SRC_URI[md5sum] = "bf27dd51fe03c8b475080b74de043a13"
35 SRC_URI[sha256sum] = "99d6bc6b360baabd6044e8883d467cc6ed7955f9ab66d8f87f61e3cc757fb97a"