aboutsummaryrefslogtreecommitdiffstats
path: root/xmame/xmame_0.86.oe
diff options
context:
space:
mode:
Diffstat (limited to 'xmame/xmame_0.86.oe')
-rw-r--r--xmame/xmame_0.86.oe25
1 files changed, 0 insertions, 25 deletions
diff --git a/xmame/xmame_0.86.oe b/xmame/xmame_0.86.oe
deleted file mode 100644
index 1536fa39a5..0000000000
--- a/xmame/xmame_0.86.oe
+++ /dev/null
@@ -1,25 +0,0 @@
-DESCRIPTION = "Multiple Arcade Machine Emulator based on SDL"
-SECTION = "opie/games"
-PRIORITY = "optional"
-DEPENDS = "expat libsdl-qpe libsdl-mixer"
-
-SRC_URI = "http://x.mame.net/download/${P}.tar.bz2 \
- file://${FILESDIR}/crosscompile.patch;patch=1"
-
-inherit flow-lossage
-
-EXTRA_OEMAKE=
-
-do_compile() {
- oe_runmake TARGET=mame JOY_SDL=1 SOUND_SDL=1 DISPLAY_METHOD=SDL \
- CC="${CC}" CXX="${CXX}" CFLAGS="-I. -Isrc -Isrc/include -Isrc/unix ${CFLAGS}" \
- CXXFLAGS="${CXXFLAGS}" LD="${CC}" LDFLAGS="${LDFLAGS}" \
- RANLIB="${RANLIB}" MY_CPU="${TARGET_ARCH}" ARCH="${TARGET_OS}" \
- GLLIBS="" STRIP="${STRIP}" AR="${AR}"
-}
-
-do_install() {
- install -d ${D}/${bindir}
- install -m 0755 xmame.SDL ${D}/${bindir}
-}
-