From 26da2a2435c69e972f57d5daeb30459b78064ea8 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sun, 27 Jun 2004 12:15:38 +0000 Subject: Merge bk://openembedded@openembedded.bkbits.net/packages into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages 2004/06/27 14:15:30+02:00 uni-frankfurt.de!mickey remove explicit install of .desktop file. opie.oeclass now allows overriding APPDESKTOP directory BKrev: 40deba6aRcF9UDqafuz0Amf5ZJo7NQ --- opie-3rdparty/aliens-qt_1.0.0.oe | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'opie-3rdparty/aliens-qt_1.0.0.oe') diff --git a/opie-3rdparty/aliens-qt_1.0.0.oe b/opie-3rdparty/aliens-qt_1.0.0.oe index e69de29bb2..79ba47612e 100644 --- a/opie-3rdparty/aliens-qt_1.0.0.oe +++ b/opie-3rdparty/aliens-qt_1.0.0.oe @@ -0,0 +1,32 @@ +DESCRIPTION = "Alien ShootOut" +SECTION = "opie/games" +PRIORITY = "optional" +MAINTAINER = "Open Embedded " +LICENSE = "GPL" +AUTHOR = "Bill Kendrick" +HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Aliens.html" + + +SRC_URI = "http://handhelds.org/~zecke/oe_packages/aliens_V1.0.0.tar.gz \ + file://Makefile.patch;patch=1 \ + file://aliens.patch;patch=1" + +PV = "1.0.0" +S = "${WORKDIR}/aliens_V${PV}" + +APPNAME = "aliens" +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 + -- cgit v1.2.3