diff options
-rw-r--r-- | aliens/aliens_1.0.0.oe | 4 | ||||
-rw-r--r-- | billiardz/billiardz_0.1.4.oe | 4 | ||||
-rw-r--r-- | brickout/brickout_2002.06.09.oe | 6 | ||||
-rw-r--r-- | knights/knights_1.14.oe | 6 | ||||
-rw-r--r-- | puzz-le/puzz-le_2.0.0.oe | 4 | ||||
-rw-r--r-- | scummvm/scummvm_0.5.1.oe | 30 | ||||
-rw-r--r-- | scummvm/scummvm_0.6.0.oe | 4 | ||||
-rw-r--r-- | vectoroids/vectoroids_1.1.0.oe | 2 | ||||
-rw-r--r-- | zauralign/zauralign_1.0.2.oe | 21 | ||||
-rw-r--r-- | zddice/zddice_1.0.0.oe | 2 | ||||
-rw-r--r-- | zlapspeed/zlapspeed_1.0.0.oe | 2 | ||||
-rw-r--r-- | zmerlin/zmerlin_0.9.1.oe | 5 | ||||
-rw-r--r-- | ztappy/ztappy_0.9.1.oe | 5 |
13 files changed, 42 insertions, 53 deletions
diff --git a/aliens/aliens_1.0.0.oe b/aliens/aliens_1.0.0.oe index ec70ac8e16..8cf455dfbc 100644 --- a/aliens/aliens_1.0.0.oe +++ b/aliens/aliens_1.0.0.oe @@ -1,5 +1,5 @@ -DESCRIPTION = "Classic Arcaede Shooter for Qtopia/Opie - based on SDL" -SECTION = "base" +DESCRIPTION = "Classic Arcade Shooter for Qt/Embedded based palmtop environments w/ SDL." +SECTION = "opie/games" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" diff --git a/billiardz/billiardz_0.1.4.oe b/billiardz/billiardz_0.1.4.oe index 73ac2ec9d0..1e362cc141 100644 --- a/billiardz/billiardz_0.1.4.oe +++ b/billiardz/billiardz_0.1.4.oe @@ -1,6 +1,6 @@ -DESCRIPTION = "Billiard Game for Opie/Qtopia using libsdl" +DESCRIPTION = "Billiard Game for Qt/Embedded based palmtop environments w/ SDL." HOMEPAGE = "http://www.chipx86.com/projects/billiardz/" -SECTION = "base" +SECTION = "opie/games" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" diff --git a/brickout/brickout_2002.06.09.oe b/brickout/brickout_2002.06.09.oe index 8b28ea1dd5..b9602a4b6f 100644 --- a/brickout/brickout_2002.06.09.oe +++ b/brickout/brickout_2002.06.09.oe @@ -1,9 +1,9 @@ -DESCRIPTION = "Clone of the classic arcade game Asteroids for Qtopia/Opie - based on SDL" -SECTION = "base" +DESCRIPTION = "Clone of the classic arcade game Asteroids for Qt/Embedded based palmtop environments w/ SDL" +SECTION = "opie/games" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" -DEPENDS = "virtual/libqpe virtual/libsdl" +DEPENDS = "virtual/libsdl" SRC_URI = "ftp://ftp.sonic.net/pub/users/nbs/unix/agenda/brickout/src/brickout-${PV}.tar.gz \ file://directories.patch;patch=1" diff --git a/knights/knights_1.14.oe b/knights/knights_1.14.oe index 2d8b39b9ce..e7725b58b8 100644 --- a/knights/knights_1.14.oe +++ b/knights/knights_1.14.oe @@ -1,10 +1,10 @@ -DESCRIPTION = "Chess Game for Opie/Qtopia using the Phalanx engine" -SECTION = "base" +DESCRIPTION = "Chess Game for Qt/Embedded based palmtop environments. \ +Uses the Phalanx chess engine." +SECTION = "opie/games" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" RDEPENDS = "phalanx" -DEPENDS = "virtual/libqpe" SRC_URI = "http://www.houseoffish.org/knights/downloads/knights.tar.gz \ file://libqpe-opie.patch;patch=1 \ diff --git a/puzz-le/puzz-le_2.0.0.oe b/puzz-le/puzz-le_2.0.0.oe index 56f23e3ce2..0a0d89ea35 100644 --- a/puzz-le/puzz-le_2.0.0.oe +++ b/puzz-le/puzz-le_2.0.0.oe @@ -1,5 +1,5 @@ -DESCRIPTION = "Puzz-le is a colorful arcade logic game for Qt/Embedded based Palmtop Environments" -SECTION = "base" +DESCRIPTION = "Puzz-le is a colorful arcade logic game for Qt/Embedded based Palmtop Environments." +SECTION = "opie/games" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" 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" diff --git a/vectoroids/vectoroids_1.1.0.oe b/vectoroids/vectoroids_1.1.0.oe index 840cb45db7..ef51d3953d 100644 --- a/vectoroids/vectoroids_1.1.0.oe +++ b/vectoroids/vectoroids_1.1.0.oe @@ -1,5 +1,5 @@ DESCRIPTION = "Clone of the classic arcade game Asteroids for Qtopia/Opie - based on SDL" -SECTION = "base" +SECTION = "opie/games" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" diff --git a/zauralign/zauralign_1.0.2.oe b/zauralign/zauralign_1.0.2.oe index e69de29bb2..35ba306bda 100644 --- a/zauralign/zauralign_1.0.2.oe +++ b/zauralign/zauralign_1.0.2.oe @@ -0,0 +1,21 @@ +DESCRIPTION = "Zauralign - a game for one player. The player has to align pieces to remove them from the \ +board fighting against new pieces which appear after each move." +SECTION = "opie/games" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +LICENSE = "GPL" + +SRC_URI = "http://www.Vanille.de/mirror/zauralign-${PV}.tar.gz" +S = "${WORKDIR}/zauralign" + +inherit palmtop + +do_install() { + install -d ${D}/${palmtopdir}/apps/Games \ + ${D}/${palmtopdir}/pics/zauralign \ + ${D}/${palmtopdir}/bin + install -m 0755 zauralign ${D}/${palmtopdir}/bin/ + install -m 0644 zauralign.png ${D}/${palmtopdir}/pics/ + install -m 0644 zauralign.desktop ${D}/${palmtopdir}/apps/Games/ + cp -a pics/* ${D}/${palmtopdir}/pics/zauralign/ +} diff --git a/zddice/zddice_1.0.0.oe b/zddice/zddice_1.0.0.oe index 69b644f95d..6313ad9f51 100644 --- a/zddice/zddice_1.0.0.oe +++ b/zddice/zddice_1.0.0.oe @@ -1,5 +1,5 @@ DESCRIPTION = "Zaurus D20 Gaming Dice for Qt/Embedded based Palmtop Environments" -SECTION = "base" +SECTION = "opie/games" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" diff --git a/zlapspeed/zlapspeed_1.0.0.oe b/zlapspeed/zlapspeed_1.0.0.oe index 7ce5535b7a..63151b8868 100644 --- a/zlapspeed/zlapspeed_1.0.0.oe +++ b/zlapspeed/zlapspeed_1.0.0.oe @@ -1,5 +1,5 @@ DESCRIPTION = "Zaurus Race Lap Speed Measuring Application for Qt/Embedded based Palmtop Environments" -SECTION = "base" +SECTION = "opie/games" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" diff --git a/zmerlin/zmerlin_0.9.1.oe b/zmerlin/zmerlin_0.9.1.oe index f9b36bbdef..28c2b05904 100644 --- a/zmerlin/zmerlin_0.9.1.oe +++ b/zmerlin/zmerlin_0.9.1.oe @@ -1,9 +1,8 @@ -DESCRIPTION = "Puzzle Game for Opie/Qtopia" -SECTION = "base" +DESCRIPTION = "Puzzle Game for Qt/Embedded based palmtop environments." +SECTION = "opie/games" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" -DEPENDS = "virtual/libqpe" SRC_URI = "http://user.cs.tu-berlin.de/~karlb/zmerlin/zmerlin.tar.gz" S = "${WORKDIR}/zmerlin" diff --git a/ztappy/ztappy_0.9.1.oe b/ztappy/ztappy_0.9.1.oe index e14ccf8a26..b8da103b38 100644 --- a/ztappy/ztappy_0.9.1.oe +++ b/ztappy/ztappy_0.9.1.oe @@ -1,9 +1,8 @@ -DESCRIPTION = "Puzzle Game for Opie/Qtopia" -SECTION = "base" +DESCRIPTION = "Puzzle Game for Qt/Embedded based palmtop environments." +SECTION = "opie/games" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" -DEPENDS = "virtual/libqpe" SRC_URI = "http://user.cs.tu-berlin.de/~karlb/ztappy/ztappy.tar.gz" S = "${WORKDIR}/ztappy" |