DESCRIPTION = "IceBloxx" SECTION = "opie/games" LICENSE = "GPLv2" AUTHOR = "Robert Ernst" HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-IceBloxx.html" SRC_URI = "http://sources.openembedded.org/icebloxx_V1.0.0.tar.gz \ file://Makefile.patch \ file://icebloxx.patch" S = "${WORKDIR}/icebloxx_V${PV}" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ file://Icebloxx.cpp;beginline=4;endline=12;md5=865e24c089f008b0e12624a42687cac4" APPNAME = "icebloxx" APPTYPE = "binary" APPDESKTOP = "${S}" do_compile_prepend() { oe_runmake -C images } do_install () { install -d ${D}${palmtopdir}/pics/${APPNAME}/ install -m 0644 ${S}/*.png ${D}${palmtopdir}/pics/${APPNAME}/ } inherit opie SRC_URI[md5sum] = "f134dc7324525cd41aa0096072a25449" SRC_URI[sha256sum] = "13a3c3dc16eb6aaa3a5854a80633f4b047a9396cfb92a30c910b460492fe8f26"