aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/unixbench/unixbench_4.1.0.bb
blob: a5cbfe8aa293e2fa0035c585cdc94f0626fc5003 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "The BYTE UNIX Benchmarks"
# NOTE: There are no copyright headers or license information of any kind in
# the unixbench source tree.  Not sure what to make of this.
LICENSE = "unknown"
SRC_URI = "http://www.tux.org/pub/tux/benchmarks/System/unixbench/unixbench-${PV}.tgz"
S = "${WORKDIR}/unixbench-${PV}"
EXTRA_OEMAKE = "'CC=${CC}'"
FILES_${PN} = "${prefix}/src/unixbench-${PV}"

do_install () {
	install -d ${D}${prefix}/src
	cp -pPR ${S} ${D}${prefix}/src/
}