mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Convert piozone to working recipe
This commit is contained in:
@@ -1,22 +1,40 @@
|
||||
DESCRIPTION="Hard disk benchmarking program"
|
||||
SUMMARY="Hard disk benchmarking program"
|
||||
DESCRIPTION="Hard disk benchmarking program"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2002 Peter Eriksson"
|
||||
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=""
|
||||
ARCHITECTURES="?x86 ?x86_gcc2 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
piozone = $portVersion
|
||||
cmd:piozone = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku >= $haikuVersion
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel >= $haikuVersion
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:gcc
|
||||
"
|
||||
|
||||
PATCHES="piozone-1.0.patch"
|
||||
|
||||
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
|
||||
mkdir $binDir
|
||||
cp -af piozone $binDir
|
||||
}
|
||||
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2002 Peter Eriksson"
|
||||
|
||||
Reference in New Issue
Block a user