From f99a378e42dfebe93980fa3d45cd26f229682054 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sun, 20 Jun 2004 10:09:38 +0000 Subject: fix descriptions and sections for games BKrev: 40d56262Vpfaj153rAxAJLvXyC2igw --- scummvm/scummvm_0.5.1.oe | 30 ------------------------------ scummvm/scummvm_0.6.0.oe | 4 ++-- 2 files changed, 2 insertions(+), 32 deletions(-) delete mode 100644 scummvm/scummvm_0.5.1.oe (limited to 'scummvm') 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" -- cgit v1.2.3