From debaee7c2dbbb96581601ae652e2ebed082c1e14 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Fri, 20 Feb 2004 16:27:10 +0000 Subject: [PATCH] add zipsc (IP Subnet calculator for Qtopia/Opie) BKrev: 4036355eNV6k7JxzVjo8G13Aac-EPA --- puzz-le/puzz-le_2.0.0.oe | 19 +++++++++++++++++++ zipsc/zipsc-0.4.3/gcc3.patch | 0 zipsc/zipsc_0.4.3.oe | 0 3 files changed, 19 insertions(+) create mode 100644 zipsc/zipsc-0.4.3/gcc3.patch create mode 100644 zipsc/zipsc_0.4.3.oe 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 " +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}/ +} diff --git a/zipsc/zipsc-0.4.3/gcc3.patch b/zipsc/zipsc-0.4.3/gcc3.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/zipsc/zipsc_0.4.3.oe b/zipsc/zipsc_0.4.3.oe new file mode 100644 index 0000000000..e69de29bb2 -- 2.39.5