aboutsummaryrefslogtreecommitdiffstats
path: root/scummvm
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-06-20 10:09:38 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-06-20 10:09:38 +0000
commitf99a378e42dfebe93980fa3d45cd26f229682054 (patch)
tree38f61099eb16ee87aa69dd4e9e43c9b63d47ae10 /scummvm
parent8c3c221d0a83a1ff2f03765475eeffdbbd579637 (diff)
downloadopenembedded-f99a378e42dfebe93980fa3d45cd26f229682054.tar.gz
fix descriptions and sections for games
BKrev: 40d56262Vpfaj153rAxAJLvXyC2igw
Diffstat (limited to 'scummvm')
-rw-r--r--scummvm/scummvm_0.5.1.oe30
-rw-r--r--scummvm/scummvm_0.6.0.oe4
2 files changed, 2 insertions, 32 deletions
diff --git a/scummvm/scummvm_0.5.1.oe b/scummvm/scummvm_0.5.1.oe
deleted file mode 100644
index d904416d9c..0000000000
--- a/scummvm/scummvm_0.5.1.oe
+++ /dev/null
@@ -1,30 +0,0 @@
-DESCRIPTION = "Virtual Machine for LucasArts Adventures"
-SECTION = "base"
-PRIORITY = "optional"
-DEPENDS = "libsdl-qpe libmad libvorbis libogg"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/scummvm/scummvm-${PV}.tar.bz2"
-
-inherit autotools
-
-EXTRA_OECONF = "--backend=sdl \
- --with-sdl-prefix=${STAGING_BINDIR}/.. \
- --disable-alsa \
- --with-ogg-prefix=${STAGING_LIBDIR}/.. \
- --with-vorbis-prefix=${STAGING_LIBDIR}/.. \
- --disable-mpeg2 \
- --with-mad-prefix=${STAGING_BINDIR}/.."
-
-do_configure() {
- ./configure ${EXTRA_OECONF}
-}
-
-do_compile() {
- oe_runmake CC="${CC}" CXX="${CXX}" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" DEFINES="-DUNIX -DQTOPIA"
-}
-
-do_install() {
- install -d ${D}/${bindir}
- install -m 0755 scummvm ${D}/${bindir}/scummvm
-}
-
diff --git a/scummvm/scummvm_0.6.0.oe b/scummvm/scummvm_0.6.0.oe
index 2aef266ef5..a294b23996 100644
--- a/scummvm/scummvm_0.6.0.oe
+++ b/scummvm/scummvm_0.6.0.oe
@@ -1,5 +1,5 @@
-DESCRIPTION = "Virtual Machine for LucasArts Adventures"
-SECTION = "base"
+DESCRIPTION = "Virtual Machine for LucasArts Adventures for Qt/Embedded based palmtop environments w/ SDL."
+SECTION = "opie/games"
PRIORITY = "optional"
DEPENDS = "libsdl-qpe libmad tremor libogg zlib"