libgisi: bump SRCREV
[openembedded.git] / recipes / qpe-games / icebloxx_1.0.0.bb
blob6e5ff81444f0feecad13a04ba55b4f5f7c2ed7e9
1 DESCRIPTION = "IceBloxx"
2 SECTION = "opie/games"
3 PRIORITY = "optional"
4 LICENSE = "GPL"
5 AUTHOR = "Robert Ernst"
6 HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-IceBloxx.html"
9 SRC_URI = "http://handhelds.org/~zecke/oe_packages/icebloxx_V1.0.0.tar.gz \
10 file://Makefile.patch \
11 file://icebloxx.patch"
13 PV = "1.0.0"
14 S = "${WORKDIR}/icebloxx_V${PV}"
16 APPNAME = "icebloxx"
17 APPTYPE = "binary"
18 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
32 SRC_URI[md5sum] = "f134dc7324525cd41aa0096072a25449"
33 SRC_URI[sha256sum] = "13a3c3dc16eb6aaa3a5854a80633f4b047a9396cfb92a30c910b460492fe8f26"