aboutsummaryrefslogtreecommitdiffstats
path: root/packages/kernbench/kernbench_0.41.bb
blob: 4a49cce8c64bee8f4f88686a35e05128bc54490e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "cpu throughput benchmark"
HOMEPAGE = "http://kernbench.kolivas.org/"
LICENSE = "GPL"
RDEPENDS = "time"

SRC_URI = "http://www.kernel.org/pub/linux/kernel/people/ck/apps/kernbench/kernbench-${PV}.tar.bz2"

inherit autotools

do_install() {
    install -d ${D}${bindir} ${D}${datadir}/doc/${PN}/
    install -m 0755 kernbench ${D}${bindir}
    install -m 0644 README ${D}${datadir}/doc/${PN}/
}