Files
haikuports/app-benchmarks/piozone/piozone-1.0.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

23 lines
495 B
Plaintext

DESCRIPTION="Hard disk benchmarking program"
HOMEPAGE="http://www.lysator.se/~pen/piozone/"
SRC_URI="ftp://ftp.lysator.liu.se/pub/unix/piozone/piozone-1.0.tar.gz"
CHECKSUM_MD5="e48370a9aa80aed212b18e16c08b9056"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD()
{
cd piozone-1.0
make
}
INSTALL()
{
cd piozone-1.0
mkdir -p $DESTDIR/`finddir B_COMMON_BIN_DIRECTORY`
cp -a piozone $DESTDIR/`finddir B_COMMON_BIN_DIRECTORY`/piozone
}
LICENSE="GNU GPL v2"
COPYRIGHT="2002 Peter Eriksson"