diff options
Diffstat (limited to 'packages/qpe-games/tron_1.0.0.bb')
-rw-r--r-- | packages/qpe-games/tron_1.0.0.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/packages/qpe-games/tron_1.0.0.bb b/packages/qpe-games/tron_1.0.0.bb index e69de29bb2..22387000c6 100644 --- a/packages/qpe-games/tron_1.0.0.bb +++ b/packages/qpe-games/tron_1.0.0.bb @@ -0,0 +1,28 @@ +DESCRIPTION = "Tron" +SECTION = "opie/games" +PRIORITY = "optional" +MAINTAINER = "Team Opie <opie@handhelds.org>" +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 |