libgisi: bump SRCREV
[openembedded.git] / recipes / qpe-games / nmm_0.0.2.bb
blob5ee0c320ff4bce708f72e222f603b8cac3c62cc0
1 DESCRIPTION = "Nime Mens Morris"
2 SECTION = "opie/games"
3 PRIORITY = "optional"
4 LICENSE = "GPL"
5 AUTHOR = "Dirk Farin, Port by Rober Ernst"
6 HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Nine-Mens-Morris.html"
8 SRC_URI = "http://handhelds.org/~zecke/oe_packages/nmm_V0.0.2.tar.gz \
9 file://Makefile.patch \
10 file://nmm.patch"
12 PV = "0.0.2"
13 S = "${WORKDIR}/nmm_V${PV}"
15 APPNAME = "nmm"
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] = "af4c4ad64196f26a245c385a234f462f"
34 SRC_URI[sha256sum] = "5d6c456b30318cc05b19915aa601ea4c2cf46ddf43a39e33948dea6280ac5395"