aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mbw/mbw_1.1.bb
blob: 31ba43243148348abebdf27775b796e438f2dbd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "Memory bandwidth benchmark"
AUTHOR = "Andras Horvath <Andras.Horvath@cern.ch>"

SRC_URI = "http://ahorvath.web.cern.ch/ahorvath/mbw/mbw-${PV}-1.tar.gz"

S = "${WORKDIR}/mbw/"

inherit autotools

do_install() {
        install -d ${D}${bindir} ${D}${mandir}
        install -m 755  mbw ${D}${bindir}
        install -m 644  mbw.1 ${D}${mandir}/man1/
}