aboutsummaryrefslogtreecommitdiffstats
path: root/packages/qpe-games
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-07-04 12:52:22 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-07-04 12:52:22 +0000
commit8f263baffb8ac13d3dbe512c4a5436b193157acf (patch)
treea546ca92adc2a0b3fe50ccf4cd0262da1fa9e7d4 /packages/qpe-games
parentfab4f88c1807af93d74ee6d58a61660dc78993ee (diff)
downloadopenembedded-8f263baffb8ac13d3dbe512c4a5436b193157acf.tar.gz
zrev7 1.0.1 fix packaging .desktop file
Diffstat (limited to 'packages/qpe-games')
-rw-r--r--packages/qpe-games/zrev7_1.0.1.bb12
1 files changed, 3 insertions, 9 deletions
diff --git a/packages/qpe-games/zrev7_1.0.1.bb b/packages/qpe-games/zrev7_1.0.1.bb
index 2f023c4264..5bf5f47eb6 100644
--- a/packages/qpe-games/zrev7_1.0.1.bb
+++ b/packages/qpe-games/zrev7_1.0.1.bb
@@ -1,22 +1,20 @@
DESCRIPTION = "Reversi"
SECTION = "opie/games"
PRIORITY = "optional"
-MAINTAINER = "Team Opie <opie@handhelds.org>"
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"
-
-PV = "1.0.1"
S = "${WORKDIR}/zrev7_V${PV}"
APPNAME = "zrev7"
APPTYPE = "binary"
+APPDESKTOP = "${S}"
-
+inherit opie
do_compile_prepend() {
oe_runmake -C images
@@ -25,8 +23,4 @@ do_compile_prepend() {
do_install () {
install -d ${D}${palmtopdir}/pics/${APPNAME}/
install -m 0644 ${S}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
- install -m 0644 ${S}/${APPNAME}.desktop ${D}${palmtopdir}/apps/Games
}
-
-
-inherit opie