mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
26 lines
561 B
Plaintext
26 lines
561 B
Plaintext
DESCRIPTION="Flexible Filesystem Benchmark"
|
|
HOMEPAGE="http://sourceforge.net/projects/ffsb"
|
|
SRC_URI="http://downloads.sourceforge.net/project/ffsb/ffsb/ffsb-6.0-rc2/ffsb-6.0-rc2.tar.bz2"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
CHECKSUM_MD5="cabfc1021c2ec6c6b168fefc84210891"
|
|
BUILD()
|
|
{
|
|
cd ffsb-6.0-rc2
|
|
libtoolize --force --copy --install
|
|
aclocal
|
|
autoconf
|
|
automake
|
|
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
|
make
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
cd ffsb-6.0-rc2
|
|
make install
|
|
}
|
|
LICENSE="GNU GPL v2"
|
|
COPYRIGHT="2001-2004 International Business Machines Corp."
|