aboutsummaryrefslogtreecommitdiffstats
path: root/zbench/zbench_2.0.oe
diff options
context:
space:
mode:
Diffstat (limited to 'zbench/zbench_2.0.oe')
-rw-r--r--zbench/zbench_2.0.oe20
1 files changed, 0 insertions, 20 deletions
diff --git a/zbench/zbench_2.0.oe b/zbench/zbench_2.0.oe
deleted file mode 100644
index 87eb3cf10a..0000000000
--- a/zbench/zbench_2.0.oe
+++ /dev/null
@@ -1,20 +0,0 @@
-DESCRIPTION = "Benchmark for Opie/Qtopia"
-SECTION = "opie/applications"
-PRIORITY = "optional"
-MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
-LICENSE = "GPL"
-HOMEPAGE = "http://www.aa.alpha-net.ne.jp/satoshic/dw_zbnch.htm"
-PR = "r1"
-
-SRC_URI = "http://www.vanille.de/mirror/zbench-${PV}.tar.bz2"
-
-inherit palmtop
-
-do_install() {
- install -d ${D}/${palmtopdir}/bin \
- ${D}/${palmtopdir}/apps/Applications \
- ${D}/${palmtopdir}/pics
- install -D -m 755 zbench ${D}/${palmtopdir}/bin/zbench
- install -D -m 644 zbench.desktop ${D}/${palmtopdir}/Applications/zbench.desktop
- cp zbench.png ${D}/${palmtopdir}/pics/
-}