mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-02 13:08:53 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
27
app-benchmarks/bonnie++/bonnie++-1.03e.recipe
Normal file
27
app-benchmarks/bonnie++/bonnie++-1.03e.recipe
Normal file
@@ -0,0 +1,27 @@
|
||||
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
|
||||
COMMON_DOCS=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`
|
||||
COMMON_BIN=`finddir B_COMMON_BIN_DIRECTORY`
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
||||
--mandir=$COMMON_DOCS/man \
|
||||
--bindir=$COMMON_BIN \
|
||||
--sbindir=$COMMON_BIN
|
||||
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