blob: d3a92a13b2d8013e805ac7efd80fc69f658f00b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
DESCRIPTION = "Benchmark for Opie/Qtopia"
SECTION = "base"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
LICENSE = "GPL"
DEPENDS = "virtual/libc"
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/
}
|