aboutsummaryrefslogtreecommitdiffstats
path: root/puzz-le/puzz-le_2.0.0.oe
diff options
context:
space:
mode:
Diffstat (limited to 'puzz-le/puzz-le_2.0.0.oe')
-rw-r--r--puzz-le/puzz-le_2.0.0.oe17
1 files changed, 0 insertions, 17 deletions
diff --git a/puzz-le/puzz-le_2.0.0.oe b/puzz-le/puzz-le_2.0.0.oe
deleted file mode 100644
index 839f6f0edd..0000000000
--- a/puzz-le/puzz-le_2.0.0.oe
+++ /dev/null
@@ -1,17 +0,0 @@
-DESCRIPTION = "Puzz-le is a colorful arcade logic game for Qt/Embedded based Palmtop Environments."
-SECTION = "opie/games"
-PRIORITY = "optional"
-MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
-LICENSE = "GPL"
-
-SRC_URI = "http://www.warmi.net/zaurus/files/puzz-le_${PV}.tar.gz \
- file://gcc3.patch;patch=1"
-S = "${WORKDIR}/puzzle_arm"
-
-inherit palmtop
-
-do_install() {
- install -m 0755 puzz-le Qtopia/puzz-le/${palmtopdir}/bin/puzz-le
- install -d ${D}/
- cp -a Qtopia/puzz-le/* ${D}/
-}