diff options
Diffstat (limited to 'recipes/qpe-games/zrev7_1.0.1.bb')
-rw-r--r-- | recipes/qpe-games/zrev7_1.0.1.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes/qpe-games/zrev7_1.0.1.bb b/recipes/qpe-games/zrev7_1.0.1.bb new file mode 100644 index 0000000000..3a2b3c5e46 --- /dev/null +++ b/recipes/qpe-games/zrev7_1.0.1.bb @@ -0,0 +1,26 @@ +DESCRIPTION = "Reversi" +SECTION = "opie/games" +PRIORITY = "optional" +LICENSE = "GPL" +AUTHOR = "Mario Weilguni" +HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-ZRev7.html" +PR = "r1" + +SRC_URI = "http://handhelds.org/~zecke/oe_packages/zrev7_V1.0.1.tar.gz \ + file://zrev.patch;patch=1" +S = "${WORKDIR}/zrev7_V${PV}" + +APPNAME = "zrev7" +APPTYPE = "binary" +APPDESKTOP = "${S}" + +inherit opie + +do_compile_prepend() { + oe_runmake -C images +} + +do_install () { + install -d ${D}${palmtopdir}/pics/${APPNAME}/ + install -m 0644 ${S}/*.png ${D}${palmtopdir}/pics/${APPNAME}/ +} |