aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/wordwarvi/wordwarvi_0.26.bb
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2011-05-11 12:46:38 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2011-05-11 13:04:39 +0200
commit8ecc1ca706b25291e8f8319fe1e1bb2616ef0c47 (patch)
treeea3b821c93f70d6375af2bf6d9dbd248d9de27a8 /recipes/wordwarvi/wordwarvi_0.26.bb
parent08e359e950f7c18a85171427be71acb439f14d8b (diff)
downloadopenembedded-8ecc1ca706b25291e8f8319fe1e1bb2616ef0c47.tar.gz
wordwarvi: add new recipe (arcade game)
This patches add a recipe for the "Word War VI" game, an arcade side scrolling game that is about emacs and vi war. The game was patched with two patches: * one for fixing the Makefile for cross-compiling(making use of $(CC) instead of gcc etc...) * And one for fixing the path of the sound files (without it it tries to use local sound files in ./sounds/). Theses two patches will be sent to the game author. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Diffstat (limited to 'recipes/wordwarvi/wordwarvi_0.26.bb')
-rw-r--r--recipes/wordwarvi/wordwarvi_0.26.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes/wordwarvi/wordwarvi_0.26.bb b/recipes/wordwarvi/wordwarvi_0.26.bb
new file mode 100644
index 0000000000..772fa488ff
--- /dev/null
+++ b/recipes/wordwarvi/wordwarvi_0.26.bb
@@ -0,0 +1,22 @@
+DESCRIPTION = "World war VI is a retro styled side scrolling shoot'em up arcade game"
+HOMEPAGE = "http://wordwarvi.sourceforge.net/"
+LICENSE = "GPLv2"
+SECTION = "x/games"
+PRIORITY = "optional"
+PR = "r0"
+
+DEPENDS = "portaudio-v19 libvorbis gtk+ glib-2.0"
+
+SRC_URI = "http://sourceforge.net/projects/wordwarvi/files/wordwarvi/wordwarvi-0.26/wordwarvi-0.26.tar.gz \
+ file://Makefile_cc.patch;apply=1 \
+ file://audio_path.patch;apply=1 \
+ "
+
+EXTRA_OEMAKE = "CC='${CC} ${LDFLAGS}'"
+
+do_install(){
+ oe_runmake install "DESTDIR=${D}"
+}
+
+SRC_URI[md5sum] = "1c12a53839baf9c35c8671aa228043ab"
+SRC_URI[sha256sum] = "96b0bd59749ae116cf33b03b04ef5535cd28ac360df14de96086ca11e289cd48"