aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qtopia/zbench/zbench_2.0.bb
blob: fcbaa0593eda617440d485186bebd2045289d3a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
DESCRIPTION = "Benchmark for Opie/Qtopia"
SECTION = "opie/applications"
LICENSE = "GPLv2+"
HOMEPAGE = "http://www.aa.alpha-net.ne.jp/satoshic/dw_zbnch.htm"
PR = "r1"

SRC_URI = "http://sources.openembedded.org/zbench-${PV}.tar.bz2"

inherit palmtop

LIC_FILES_CHKSUM = "file://zbench.cpp;beginline=13;endline=25;md5=42ecd4aeded75f70195e40d4a2449588"

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/
}

SRC_URI[md5sum] = "75beb13ea40ce93b7a141b82fbf4437a"
SRC_URI[sha256sum] = "b1a1a5d98596fc24225968a480617feb5723390db9175cd6e01828b7fda3a921"