aboutsummaryrefslogtreecommitdiffstats
path: root/puzz-le
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-02-20 16:27:10 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-02-20 16:27:10 +0000
commitdebaee7c2dbbb96581601ae652e2ebed082c1e14 (patch)
tree740fb25949da4d6cc7f12d348e8a2a6f9dde1197 /puzz-le
parent53d8b7729458f7e57f13bbeaca4edbcc8d1fd943 (diff)
downloadopenembedded-debaee7c2dbbb96581601ae652e2ebed082c1e14.tar.gz
add zipsc (IP Subnet calculator for Qtopia/Opie)
BKrev: 4036355eNV6k7JxzVjo8G13Aac-EPA
Diffstat (limited to 'puzz-le')
-rw-r--r--puzz-le/puzz-le_2.0.0.oe19
1 files changed, 19 insertions, 0 deletions
diff --git a/puzz-le/puzz-le_2.0.0.oe b/puzz-le/puzz-le_2.0.0.oe
index e69de29bb2..c5b609baa9 100644
--- a/puzz-le/puzz-le_2.0.0.oe
+++ b/puzz-le/puzz-le_2.0.0.oe
@@ -0,0 +1,19 @@
+DESCRIPTION=Puzz-le is a colorful arcade logic game for Qt/Embedded based Palmtop Environments
+SECTION=base
+PRIORITY=optional
+MAINTAINER="Michael Lauer <mickey@Vanille.de>"
+LICENSE=GPL
+RDEPENDS=libqpe1
+DEPENDS=virtual/libc
+
+SRC_URI = http://www.warmi.net/zaurus/files/${PN}_${PV}.tar.gz \
+ file://${FILESDIR}/gcc3.patch;patch=1
+S = ${WORKDIR}/puzzle_arm
+
+inherit palmtop
+
+do_install() {
+ install -m 0755 puzz-le Qtopia/opt/QtPalmtop/bin/puzz-le
+ install -d ${D}/
+ cp -a Qtopia/* ${D}/
+}