aboutsummaryrefslogtreecommitdiffstats
path: root/nonworking
diff options
context:
space:
mode:
authorChris Lord <chris@openedhand.com>2004-09-19 01:45:36 +0000
committerChris Lord <chris@openedhand.com>2004-09-19 01:45:36 +0000
commitb8d52ea3db28bf543034f82b8c1defd6b61dd14e (patch)
treeb5583758b1c0b58dbdeec6871da58809867863e3 /nonworking
parent417ea5986c724a0727e7e542933b3e82f96cbdea (diff)
downloadopenembedded-b8d52ea3db28bf543034f82b8c1defd6b61dd14e.tar.gz
Merge bk://openembedded@openembedded.bkbits.net/packages
into chris.(none):/home/cwiiis/oe/packages 2004/09/19 02:45:25+01:00 (none)!cwiiis Polish gpe for OpenZaurus-3.5.1. 2004/09/19 02:29:54+01:00 (none)!cwiiis * Fix detect-sylus for the Zaurus * Add missing/extra RDEPENDS for gpe-go and gpe-image * Move/rename gpe-terminal files to conform with everything else 2004/09/18 23:52:14+01:00 (none)!cwiiis Merge bk://openembedded@openembedded.bkbits.net/packages into chris.(none):/home/cwiiis/oe/packages 2004/09/18 22:18:37+01:00 (none)!cwiiis Merge bk://openembedded@openembedded.bkbits.net/packages into chris.(none):/home/cwiiis/oe/packages 2004/09/18 21:38:04+01:00 (none)!cwiiis Add gpe-games (gpe-lights, gpe-othello, gpe-tetris - I added gpe-go earlier). 2004/09/18 21:37:01+01:00 (none)!cwiiis Stop packages that use libsdl-qpe from depending on virtual/libsdl. BKrev: 414ce4c0YgyPZ2U5dMn-RkCNoRk30w
Diffstat (limited to 'nonworking')
-rw-r--r--nonworking/openttd/openttd_0.3.2.1.oe29
1 files changed, 29 insertions, 0 deletions
diff --git a/nonworking/openttd/openttd_0.3.2.1.oe b/nonworking/openttd/openttd_0.3.2.1.oe
index e69de29bb2..acd416f5b5 100644
--- a/nonworking/openttd/openttd_0.3.2.1.oe
+++ b/nonworking/openttd/openttd_0.3.2.1.oe
@@ -0,0 +1,29 @@
+DESCRIPTION = "Open Transport Tycoon Clone for SDL."
+SECTION = "opie/games"
+PRIORITY = "optional"
+MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
+LICENSE = "GPL"
+DEPENDS = "virtual/libqpe libsdl-qpe libsdl-image libsdl-mixer"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/openttd/openttd-${PV}.tbz"
+
+do_compile() {
+ oe_runmake WITH_ZLIB=1 UNIX=1 MANUAL_CONFIG=1
+}
+
+do_install() {
+ install -d ${D}/${palmtopdir}/apps/Games \
+ ${D}/${palmtopdir}/pics \
+ ${D}/${palmtopdir}/share/vectoroids \
+ ${D}/${palmtopdir}/bin
+ install -m 0755 vectoroids-${PV} ${D}/${palmtopdir}/bin/vectoroids
+ install -m 0644 data/images/icon.png ${D}/${palmtopdir}/pics/vectoroids.png
+ cp -a data/* ${D}/${palmtopdir}/share/vectoroids
+
+ echo "[Desktop Entry]" >${D}/${palmtopdir}/apps/Games/vectoroids.desktop
+ echo "Comment=Asteroids game" >>${D}/${palmtopdir}/apps/Games/vectoroids.desktop
+ echo "Exec=vectoroids" >>${D}/${palmtopdir}/apps/Games/vectoroids.desktop
+ echo "Icon=vectoroids" >>${D}/${palmtopdir}/apps/Games/vectoroids.desktop
+ echo "Type=Application" >>${D}/${palmtopdir}/apps/Games/vectoroids.desktop
+ echo "Name=Vectoroids" >>${D}/${palmtopdir}/apps/Games/vectoroids.desktop
+}