blob: 5694a4364e295198d4ab56f491b77acf7c861302 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION = "The AIM Multiuser Benchmark - Suite VII \
tests and measures the performance of Open System multiuser computers."
HOMEPAGE = "http://re-aim-7.sourceforge.net/"
SECTION = "console/tests"
LICENSE = "GPL"
DEPENDS = "libaio"
SRC_URI = "${SOURCEFORGE_MIRROR}/re-aim-7/osdl-aim-${PV}.tar.gz \
file://makefile-fix.patch;patch=1"
S = "${WORKDIR}/osdl-aim-7/"
inherit autotools
|