diff options
Diffstat (limited to 'recipes/qpe-games/tron_1.0.0.bb')
-rw-r--r-- | recipes/qpe-games/tron_1.0.0.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/recipes/qpe-games/tron_1.0.0.bb b/recipes/qpe-games/tron_1.0.0.bb new file mode 100644 index 0000000000..3f0ac867ad --- /dev/null +++ b/recipes/qpe-games/tron_1.0.0.bb @@ -0,0 +1,27 @@ +DESCRIPTION = "Tron" +SECTION = "opie/games" +PRIORITY = "optional" +LICENSE = "GPL" +AUTHOR = "Matthias Kiefer" +HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Tron.html" + + +SRC_URI = "http://handhelds.org/~zecke/oe_packages/tron_V1.0.0.tar.gz \ + file://tron.patch;patch=1" + +PV = "1.0.0" +S = "${WORKDIR}/tron_V${PV}" + +APPNAME = "tron" +APPTYPE = "binary" +APPDESKTOP = "${S}" + + +do_install () { + install -d ${D}${palmtopdir}/pics/${APPNAME}/ + install -m 0644 ${S}/*.png ${D}${palmtopdir}/pics/${APPNAME}/ + +} + + +inherit opie |