diff options
Diffstat (limited to 'recipes/zbench')
-rw-r--r-- | recipes/zbench/zbench_2.0.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/zbench/zbench_2.0.bb b/recipes/zbench/zbench_2.0.bb new file mode 100644 index 0000000000..0e24f980a0 --- /dev/null +++ b/recipes/zbench/zbench_2.0.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "Benchmark for Opie/Qtopia" +SECTION = "opie/applications" +PRIORITY = "optional" +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/ +} |