mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
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:
18
app-benchmarks/piozone/piozone-1.0.bep
Normal file
18
app-benchmarks/piozone/piozone-1.0.bep
Normal 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"
|
||||
Reference in New Issue
Block a user