summaryrefslogtreecommitdiff
path: root/packages/bonnie/bonnie++_1.03a.bb
blob: 92c0342bd67719bc70813fc6541e5ebdd37c2322 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# bonnie OE build file
# Copyright (C) 2004-2006, Advanced Micro Devices, Inc.  All Rights Reserved
# Released under the MIT license (see packages/COPYING)

DESCRIPTION="Tests large file IO and creation/deletion of small files."
LICENSE="GPL"
MAINTAINER = "Raymond Danks <raymondd@ia.amd.com>"


SRC_URI="${SOURCEFORGE_MIRROR}/bonnie/${PN}-${PV}.tgz"

inherit autotools

EXES="bonnie++ zcav"
SCRIPTS="bon_csv2html bon_csv2txt"

FILES_${PN} = "/bin /sbin"
S="${WORKDIR}/${PN}-${PV}"

do_install () {
	install -d ${D}/bin
	install -d ${D}/sbin

	install -m 0755 ${EXES} ${D}/sbin
	install -m 0755 ${SCRIPTS} ${D}/bin
}