Initial bep for piozone, note that it fails to build due to undefined

reference to llseek(), so it may never work for haiku.
This commit is contained in:
Scott McCreary
2011-04-19 16:23:56 +00:00
parent 91c939f7c9
commit fa3385df3d

View File

@@ -0,0 +1,18 @@
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="broken"
DEPEND=""
BUILD {
cd piozone-1.0
make
}
INSTALL {
}
LICENSE="GNU GPL v2"
COPYRIGHT="2002 Peter Eriksson"