libdmx: Add fso-specs to DEPENDS
[openembedded.git] / recipes / nbench-byte / nbench-byte_2.2.3.bb
blob18bc888bc64adc420aacea3ef59ed6dbb3c7af2e
1 DESCRIPTION = "BYTE Magazine's native benchmarks (also called BYTEmark) \
2 designed to expose the capabilities of a system's CPU, FPU, \
3 and memory system."
4 HOMEPAGE = "http://www.tux.org/~mayer/linux/"
5 LICENSE = "freely distributable"
6 SECTION = "console/utils"
8 SRC_URI = "http://www.tux.org/~mayer/linux/${PN}-${PV}.tar.gz \
9 file://nbench_32bits.patch;patch=1"
11 PR = "r1"
13 TARGET_CC_ARCH += "${CFLAGS} ${LDFLAGS}"
14 do_compile() {
15 oe_runmake
18 do_install () {
19 install -d ${D}${bindir}
20 install -m 0644 NNET.DAT ${D}${bindir}/
21 install -m 0755 nbench ${D}${bindir}/
24 SRC_URI[md5sum] = "285dfab361080759d477ea1fe7d3093a"
25 SRC_URI[sha256sum] = "723dd073f80e9969639eb577d2af4b540fc29716b6eafdac488d8f5aed9101ac"