+DESCRIPTION = "Alien ShootOut"
+SECTION = "opie/games"
+PRIORITY = "optional"
+MAINTAINER = "Open Embedded <oe@handhelds.org>"
+LICENSE = "GPL"
+AUTHOR = "Bill Kendrick"
+HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Aliens.html"
+
+
+SRC_URI = "http://handhelds.org/~zecke/oe_packages/aliens_V1.0.0.tar.gz \
+ file://Makefile.patch;patch=1 \
+ file://aliens.patch;patch=1"
+
+PV = "1.0.0"
+S = "${WORKDIR}/aliens_V${PV}"
+
+APPNAME = "aliens"
+APPTYPE = "binary"
+APPDESKTOP = "${S}"
+
+do_compile_prepend () {
+ oe_runmake -C images
+}
+
+do_install () {
+ install -d ${D}/${palmtopdir}/pics/${APPNAME}/
+ install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/
+
+}
+
+inherit opie
+
+DESCRIPTION = "Atomic"
+SECTION = "opie/games"
+PRIORITY = "optional"
+MAINTAINER = "Open Embedded <oe@handhelds.org>"
+
+LICENSE = "GPL"
+AUTHOR = "Andre Wuest"
+HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Atomic.html"
+
+
+SRC_URI = "http://handhelds.org/~zecke/oe_packages/atomic_V1.0.1.tar.gz \
+ file://atomic.patch;patch=1"
+
+
+PV = "1.0.1"
+S = "${WORKDIR}/atomic_V${PV}"
+APPNAME = "atomic"
+APPTYPE = "binary"
+APPDESKTOP = "${S}"
+
+
+
+
+do_compile_prepend() {
+ oe_runmake -C images
+ oe_runmake -C tools
+ oe_runmake -C levels
+}
+
+do_install () {
+ install -d ${D}/${palmtopdir}/pics/${APPNAME}/
+ install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/
+
+}
+
+inherit opie
+DESCRIPTION = "Checkers"
+SECTION = "opie/games"
+PRIORITY = "optional"
+MAINTAINER = "Open Embedded <oe@handhelds.org>"
+LICENSE = "GPL"
+AUTHOR = "Walter Rawdanik"
+HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Checkers.html"
+
+
+SRC_URI = "http://handhelds.org/~zecke/oe_packages/checkers_V1.0.5ern.tar.gz \
+ file://checkers.patch;patch=1"
+
+PV = "1.0.5ern"
+S = "${WORKDIR}/checkers_V${PV}"
+APPNAME = "checkers"
+APPTYPE = "binary"
+APPDESKTOP = "${S}"
+
+
+do_install () {
+ install -d ${D}/${palmtopdir}/pics/${APPNAME}/
+ install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/
+
+}
+
+
+inherit opie
+DESCRIPTION = "Checkers"
+SECTION = "opie/games"
+PRIORITY = "optional"
+MAINTAINER = "Open Embedded <oe@handhelds.org>"
+LICENSE = "GPL"
+AUTHOR = "Robert Ernst"
+HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Crossword.html"
+
+SRC_URI = "http://handhelds.org/~zecke/oe_packages/crossword_V0.0.3.tar.gz \
+ file://crossword.patch;patch=1"
+
+PV = "0.0.3"
+S = "${WORKDIR}/crossword_V${PV}"
+
+APPNAME = "crossword"
+APPTYPE = "binary"
+APPDESKTOP = "${S}"
+
+do_install () {
+ install -d ${D}/${palmtopdir}/pics/${APPNAME}/
+ install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/
+
+}
+
+pkg_postinst() {
+#!/bin/sh
+
+MIMEFILE=/opt/QtPalmtop/etc/mime.types
+
+grep -q application/puz $MIMEFILE 2>/dev/null || echo -e "application/crossword\t\tpuz tpz" >> $MIMEFILE
+}
+
+inherit opie
+DESCRIPTION = "Fish Amusement"
+SECTION = "opie/games"
+PRIORITY = "optional"
+MAINTAINER = "Open Embedded <oe@handhelds.org>"
+LICENSE = "GPL"
+AUTHOR = "Robert Ernst"
+HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Fish.html"
+
+
+
+SRC_URI = "http://handhelds.org/~zecke/oe_packages/fish_V1.1.0.tar.gz \
+ file://Makefile.patch;patch=1 \
+ file://fish.patch;patch=1"
+
+PV = "1.1.0"
+S = "${WORKDIR}/fish_V${PV}"
+
+APPNAME = "fish"
+APPTYPE = "binary"
+APPDESKTOP = "${S}"
+
+
+do_compile_prepend() {
+ oe_runmake -C images
+}
+
+do_install () {
+ install -d ${D}/${palmtopdir}/pics/${APPNAME}/
+ install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/
+
+}
+
+inherit opie
+DESCRIPTION = "Glider"
+SECTION = "opie/games"
+PRIORITY = "optional"
+MAINTAINER = "Open Embedded <oe@handhelds.org>"
+LICENSE = "GPL"
+AUTHOR = "Robert Ernst"
+HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Glider.html"
+
+
+SRC_URI = "http://handhelds.org/~zecke/oe_packages/glider_V1.0.0.tar.gz \
+ file://Makefile.patch;patch=1 \
+ file://glider.patch;patch=1"
+
+PV = "1.0.0"
+S = "${WORKDIR}/glider_V${PV}"
+
+APPNAME = "glider"
+APPTYPE = "binary"
+APPDESKTOP = "${S}"
+
+do_compile_prepend() {
+ oe_runmake -C images
+}
+
+do_install () {
+ install -d ${D}/${palmtopdir}/pics/${APPNAME}/
+ install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/
+
+}
+
+inherit opie
+DESCRIPTION = "IceBloxx"
+SECTION = "opie/games"
+PRIORITY = "optional"
+MAINTAINER = "Open Embedded <oe@handhelds.org>"
+LICENSE = "GPL"
+AUTHOR = "Robert Ernst"
+HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-IceBloxx.html"
+
+
+SRC_URI = "http://handhelds.org/~zecke/oe_packages/icebloxx_V1.0.0.tar.gz \
+ file://Makefile.patch;patch=1 \
+ file://icebloxx.patch;patch=1"
+
+PV = "1.0.0"
+S = "${WORKDIR}/icebloxx_V${PV}"
+
+APPNAME = "icebloxx"
+APPTYPE = "binary"
+APPDESKTOP = "${S}"
+
+do_compile_prepend() {
+ oe_runmake -C images
+}
+
+do_install () {
+ install -d ${D}/${palmtopdir}/pics/${APPNAME}/
+ install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/
+
+}
+
+inherit opie
+DESCRIPTION = "Mahjongg"
+SECTION = "opie/games"
+PRIORITY = "optional"
+MAINTAINER = "Open Embedded <oe@handhelds.org>"
+LICENSE = "GPL"
+AUTHOR = "Mario Weilguni, Port by Rober Ernst"
+HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Mahjongg.html"
+
+
+SRC_URI = "http://handhelds.org/~zecke/oe_packages/mahjongg_V1.0.0.tar.gz \
+ file://Makefile.patch;patch=1 \
+ file://mahjongg.patch;patch=1"
+
+
+PV = "1.0.0"
+S = "${WORKDIR}/mahjongg_V${PV}"
+
+APPNAME = "mahjongg"
+APPTYPE = "binary"
+APPDESKTOP = "${S}"
+
+
+do_compile_prepend() {
+ oe_runmake -C images
+ oe_runmake -C layouts
+ oe_runmake -C tools
+}
+
+
+do_install () {
+ install -d ${D}/${palmtopdir}/pics/${APPNAME}/
+ install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/
+
+}
+
+inherit opie
+DESCRIPTION = "Maki"
+SECTION = "opie/games"
+PRIORITY = "optional"
+MAINTAINER = "Open Embedded <oe@handhelds.org>"
+LICENSE = "GPL"
+AUTHOR = "Henry So, Jr."
+HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Maki.html"
+
+
+
+SRC_URI = "http://handhelds.org/~zecke/oe_packages/maki_V1.0.4ern.tar.gz \
+ file://maki.patch;patch=1"
+
+PV = "1.0.4ern"
+S = "${WORKDIR}/maki_V${PV}"
+
+APPNAME = "maki"
+APPTYPE = "binary"
+APPDESKTOP = "${S}"
+
+do_install () {
+ install -d ${D}/${palmtopdir}/pics/${APPNAME}/
+ install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/
+
+}
+
+inherit opie
+DESCRIPTION = "Nime Mens Morris"
+SECTION = "opie/games"
+PRIORITY = "optional"
+MAINTAINER = "Open Embedded <oe@handhelds.org>"
+LICENSE = "GPL"
+AUTHOR = "Dirk Farin, Port by Rober Ernst"
+HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Nine-Mens-Morris.html"
+
+SRC_URI = "http://handhelds.org/~zecke/oe_packages/nmm_V0.0.2.tar.gz \
+ file://Makefile.patch;patch=1 \
+ file://nmm.patch;patch=1"
+
+PV = "0.0.2"
+S = "${WORKDIR}/nmm_V${PV}"
+
+APPNAME = "nmm"
+APPTYPE = "binary"
+APPDESKTOP = "${S}"
+
+
+do_compile_prepend() {
+ oe_runmake -C images
+}
+
+do_install () {
+ install -d ${D}/${palmtopdir}/pics/${APPNAME}/
+ install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/
+
+}
+
+inherit opie
+
+DESCRIPTION = "Pairs"
+SECTION = "opie/games"
+PRIORITY = "optional"
+MAINTAINER = "Open Embedded <oe@handhelds.org>"
+LICENSE = "GPL"
+AUTHOR = "Rober Ernst"
+HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Pairs.html"
+
+SRC_URI = "http://handhelds.org/~zecke/oe_packages/pairs_V1.1.1.tar.gz \
+ file://pairs.patch;patch=1"
+
+PV = "1.1.1"
+S = "${WORKDIR}/pairs_V${PV}"
+
+APPNAME = "pairs"
+APPTYPE = "binary"
+APPDESKTOP = "${S}"
+
+do_compile_prepend() {
+ oe_runmake -C images
+}
+
+
+do_install () {
+ install -d ${D}/${palmtopdir}/pics/${APPNAME}/
+ install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/
+
+}
+
+
+inherit opie
+
+
+DESCRIPTION = "PDA-Maze"
+SECTION = "opie/games"
+PRIORITY = "optional"
+MAINTAINER = "Open Embedded <oe@handhelds.org>"
+LICENSE = "GPL"
+AUTHOR = "Bill Kendrick, Port by Rober Ernst"
+HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-PDA-Maze.html"
+
+
+SRC_URI = "http://handhelds.org/~zecke/oe_packages/pdamaze_V1.0.0.tar.gz \
+ file://Makefile.patch;patch=1"
+
+PV = "1.0.0"
+S = "${WORKDIR}/pdamaze_V${PV}"
+
+APPNAME = "pdamaze"
+APPTYPE = "binary"
+APPDESKTOP = "${S}"
+
+do_compile_prepend() {
+ oe_runmake -C images
+}
+
+do_install () {
+ install -d ${D}/${palmtopdir}/pics/${APPNAME}/
+ install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/
+
+}
+
+inherit opie
+
+
+
+DESCRIPTION = "Pipeman"
+SECTION = "opie/games"
+PRIORITY = "optional"
+MAINTAINER = "Open Embedded <oe@handhelds.org>"
+LICENSE = "GPL"
+AUTHOR = "Rober Ernst"
+HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-PDA-Pipeman.html"
+
+
+SRC_URI = "http://handhelds.org/~zecke/oe_packages/pipeman_V1.0.0.tar.gz \
+ file://pipe.patch;patch=1"
+
+PV = "1.0.0"
+S = "${WORKDIR}/pipeman_V${PV}"
+
+APPNAME = "pipeman"
+APPTYPE = "binary"
+APPDESKTOP = "${S}"
+
+
+do_compile_prepend() {
+ oe_runmake -C images
+}
+
+do_install () {
+ install -d ${D}/${palmtopdir}/pics/${APPNAME}/
+ install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/
+
+}
+
+inherit opie
+
+DESCRIPTION = "Alarm Clock"
+SECTION = "opie/applications"
+PRIORITY = "optional"
+MAINTAINER = "Open Embedded <oe@handhelds.org>"
+LICENSE = "GPL"
+AUTHOR = "Dafydd Walters"
+HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/applications-AlarmClock.html"
+
+SRC_URI = "http://handhelds.org/~zecke/oe_packages/qpealarmclock_V1.0.4.tar.gz \
+ file://qpealarm.patch;patch=1"
+
+PV = "1.0.4"
+S = "${WORKDIR}/qpealarmclock_V${PV}"
+
+APPNAME = "qpealarmclock"
+APPTYPE = "binary"
+APPDESKTOP = "${S}"
+
+do_install () {
+ install -d ${D}/${palmtopdir}/pics/${APPNAME}/
+ install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/
+
+}
+
+inherit opie
+DESCRIPTION = "Shisensho"
+SECTION = "opie/games"
+PRIORITY = "optional"
+MAINTAINER = "Open Embedded <oe@handhelds.org>"
+LICENSE = "GPL"
+AUTHOR = "Mario Weilguni"
+HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Shisen-Sho.html"
+
+SRC_URI = "http://handhelds.org/~zecke/oe_packages/shisensho_V1.0.0.tar.gz \
+ file://shisen.patch;patch=1"
+
+PV = "1.0.0"
+S = "${WORKDIR}/shisensho_V${PV}"
+
+APPNAME = "shisensho"
+APPTYPE = "binary"
+APPDESKTOP = "${S}"
+
+
+do_compile_prepend() {
+ oe_runmake -C images
+}
+
+do_install () {
+ install -d ${D}/${palmtopdir}/pics/${APPNAME}/
+ install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/
+
+}
+
+inherit opie
+
+DESCRIPTION = "Pairs"
+SECTION = "opie/games"
+PRIORITY = "optional"
+MAINTAINER = "Open Embedded <oe@handhelds.org>"
+LICENSE = "GPL"
+AUTHOR = "Anders Widell, Steve Dunham, Robert Ernst"
+HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Sokoban.html"
+
+
+SRC_URI = "http://handhelds.org/~zecke/oe_packages/sokoban_V1.3.8ern.tar.gz \
+ file://sokoban.patch;patch=1"
+
+PV = "1.3.8ern"
+S = "${WORKDIR}/sokoban_V${PV}"
+
+APPNAME = "sokoban"
+APPTYPE = "binary"
+APPDESKTOP = "${S}"
+
+do_compile_prepend() {
+ oe_runmake -C images
+ oe_runmake -C levels
+}
+
+do_install () {
+ install -d ${D}/${palmtopdir}/pics/${APPNAME}/
+ install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/
+
+}
+
+inherit opie
+
+DESCRIPTION = "Tickypip"
+SECTION = "opie/games"
+PRIORITY = "optional"
+MAINTAINER = "Open Embedded <oe@handhelds.org>"
+LICENSE = "GPL"
+AUTHOR = "Christian Hammond"
+HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Tickypip.html"
+
+SRC_URI = "http://handhelds.org/~zecke/oe_packages/tickypip_V0.1.1ern.tar.gz \
+ file://tickypip.patch;patch=1"
+
+PV = "0.1.1ern"
+S = "${WORKDIR}/tickypip_V${PV}"
+
+APPNAME = "tickypip"
+APPTYPE = "binary"
+APPDESKTOP = "${S}"
+
+
+
+do_install () {
+ install -d ${D}/${palmtopdir}/pics/${APPNAME}/
+ install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/
+ install -m 0644 ${S}/images/*.png ${D}/${palmtopdir}/pics/${APPNAME}/
+
+# copy share
+ install -d ${D}/${palmtopdir}/share/${APPNAME}/
+ install -m 0644 ${S}/levels/*.dat ${D}/${palmtopdir}/share/${APPNAME}/
+
+}
+
+
+inherit opie
APPNAME = "tickypip"
APPTYPE = "binary"
-APPDESKTOP = "${S}"
+APPDESKTOP = "${WORKDIR}"
QMAKE_PROFILES = "tickypip.pro"
# copy share
install -d ${D}/${palmtopdir}/share/${APPNAME}/
install -m 0644 ${S}/levels/* ${D}/${palmtopdir}/share/${APPNAME}/
- install -m 0644 ${WORKDIR}/${APPNAME}.desktop ${D}/${palmtopdir}/apps/Games/
}
+DESCRIPTION = "Time Sleuth"
+SECTION = "opie/applications"
+PRIORITY = "optional"
+MAINTAINER = "Open Embedded <oe@handhelds.org>"
+LICENSE = "GPL"
+AUTHOR = "Dafydd Walters"
+HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/applications-TimeSleuth.html"
+
+
+SRC_URI = "http://handhelds.org/~zecke/oe_packages/timesleuth_V1.05ern.tar.gz \
+ file://time.patch;patch=1"
+
+PV = "1.05ern"
+S = "${WORKDIR}/timesleuth_V${PV}"
+
+APPNAME = "timesleuthqpe"
+APPTYPE = "binary"
+APPDESKTOP = "${S}"
+
+do_install () {
+ install -d ${D}/${palmtopdir}/pics/${APPNAME}/
+ install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/
+
+}
+
+inherit opie
+DESCRIPTION = "Tron"
+SECTION = "opie/games"
+PRIORITY = "optional"
+MAINTAINER = "Open Embedded <oe@handhelds.org>"
+LICENSE = "GPL"
+AUTHOR = "Matthias Kiefer"
+HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Tron.html"
+
+
+SRC_URI = "http://handhelds.org/~zecke/oe_packages/tron_V1.0.0.tar.gz \
+ file://tron.patch;patch=1"
+
+PV = "1.0.0"
+S = "${WORKDIR}/tron_V${PV}"
+
+APPNAME = "tron"
+APPTYPE = "binary"
+APPDESKTOP = "${S}"
+
+
+do_install () {
+ install -d ${D}/${palmtopdir}/pics/${APPNAME}/
+ install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/
+
+}
+
+
+inherit opie