mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Initial bep file patch for bonnie++, from Jack Laxson, along with a patch from me adding support for DESTDIR
This commit is contained in:
23
app-benchmarks/bonnie++/bonnie++-1.03e.bep
Normal file
23
app-benchmarks/bonnie++/bonnie++-1.03e.bep
Normal file
@@ -0,0 +1,23 @@
|
||||
DESCRIPTION="Multi-producer-multi-consumer signal dispatching mechanism in python"
|
||||
HOMEPAGE="http://www.coker.com.au/bonnie++/"
|
||||
SRC_URI="http://www.coker.com.au/bonnie++/bonnie++-1.03e.tgz"
|
||||
REVISION= "1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
CHECKSUM_MD5="750aa5b5051263a99c6c195888c74968"
|
||||
BUILD {
|
||||
cd bonnie++-1.03e
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
||||
--mandir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man \
|
||||
--bindir=`finddir B_COMMON_BIN_DIRECTORY` \
|
||||
--sbindir=`finddir B_COMMON_BIN_DIRECTORY`
|
||||
make
|
||||
}
|
||||
INSTALL {
|
||||
cd bonnie++-1.03e
|
||||
make install DESTDIR=${DESTDIR}
|
||||
|
||||
}
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="1990, Tim Bray
|
||||
1999, Russell Coker"
|
||||
Reference in New Issue
Block a user