mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
ffsb: fix build
This commit is contained in:
@@ -1,13 +1,12 @@
|
|||||||
SUMMARY="Flexible Filesystem Benchmark"
|
SUMMARY="Flexible Filesystem Benchmark"
|
||||||
DESCRIPTION="
|
DESCRIPTION="The Flexible Filesystem Benchmark (FFSB) is a cross-platform \
|
||||||
The Flexible Filesystem Benchmark (FFSB) is a cross-platform filesystem \
|
filesystem performance measurement tool. It uses customizable profiles to \
|
||||||
performance measurement tool. It uses customizable profiles to measure of \
|
measure of different workloads, and it supports multiple groups of threads \
|
||||||
different workloads, and it supports multiple groups of threads across \
|
across multiple filesystems."
|
||||||
multiple filesystems."
|
|
||||||
HOMEPAGE="http://sourceforge.net/projects/ffsb"
|
HOMEPAGE="http://sourceforge.net/projects/ffsb"
|
||||||
COPYRIGHT="2001-2004 International Business Machines Corp."
|
COPYRIGHT="2001-2004 International Business Machines Corp."
|
||||||
LICENSE="GNU GPL v2"
|
LICENSE="GNU GPL v2"
|
||||||
REVISION="1"
|
REVISION="2"
|
||||||
SOURCE_URI="http://downloads.sourceforge.net/project/ffsb/ffsb/ffsb-6.0-rc2/ffsb-6.0-rc2.tar.bz2"
|
SOURCE_URI="http://downloads.sourceforge.net/project/ffsb/ffsb/ffsb-6.0-rc2/ffsb-6.0-rc2.tar.bz2"
|
||||||
CHECKSUM_SHA256="e5867692aae8c9bfbcdc774599022289c4d89c1d90f4dd7101fb9865ac773c71"
|
CHECKSUM_SHA256="e5867692aae8c9bfbcdc774599022289c4d89c1d90f4dd7101fb9865ac773c71"
|
||||||
SOURCE_DIR="ffsb-6.0-rc2"
|
SOURCE_DIR="ffsb-6.0-rc2"
|
||||||
@@ -40,7 +39,7 @@ BUILD()
|
|||||||
libtoolize --force --copy --install
|
libtoolize --force --copy --install
|
||||||
aclocal
|
aclocal
|
||||||
autoconf
|
autoconf
|
||||||
automake
|
automake --add-missing
|
||||||
runConfigure ./configure
|
runConfigure ./configure
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user