Files
haikuports/app-benchmarks/piozone/piozone-1.0.recipe
waddlesplash 4f180bdb94 Utilize the new "all" ARCHITECTURES keyword in most recipes. (#6189)
x86_64 is used as a baseline: the "x86_64" entry, whatever status it has,
is transformed into "all", and then the other entries in ARCHITECTURES
either dropped or rearranged appropriately.
2021-09-15 15:40:18 -04:00

39 lines
679 B
Bash

SUMMARY="Hard disk benchmarking program"
DESCRIPTION="Piozone - Peter's disk performance benchmarking tool"
HOMEPAGE="http://www.lysator.se/~pen/piozone/"
COPYRIGHT="2002 Peter Eriksson"
LICENSE="GNU GPL v2"
REVISION="2"
SOURCE_URI="ftp://ftp.lysator.liu.se/pub/unix/piozone/piozone-1.0.tar.gz"
CHECKSUM_SHA256="0b7f880b72b10664a24b712c22c90b4caab4f0cb1a8c99cba0d1a106fd63d15d"
PATCHES="piozone-1.0.patch"
ARCHITECTURES="all ?x86 ?x86_gcc2"
PROVIDES="
piozone = $portVersion
cmd:piozone = $portVersion
"
REQUIRES="
haiku
"
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
cmd:gcc
cmd:make
"
BUILD()
{
make
}
INSTALL()
{
mkdir $binDir
cp -af piozone $binDir
}