mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Fix ordering
This commit is contained in:
@@ -5,19 +5,21 @@ performance measurement tool. It uses customizable profiles to measure of \
|
||||
different workloads, and it supports multiple groups of threads across \
|
||||
multiple filesystems.
|
||||
"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2001-2004 International Business Machines Corp."
|
||||
HOMEPAGE="http://sourceforge.net/projects/ffsb"
|
||||
COPYRIGHT="2001-2004 International Business Machines Corp."
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://downloads.sourceforge.net/project/ffsb/ffsb/ffsb-6.0-rc2/ffsb-6.0-rc2.tar.bz2"
|
||||
CHECKSUM_SHA256="e5867692aae8c9bfbcdc774599022289c4d89c1d90f4dd7101fb9865ac773c71"
|
||||
REVISION="1"
|
||||
SOURCE_DIR="ffsb-6.0-rc2"
|
||||
PATCHES="ffsb-6.0_rc2.patchset"
|
||||
|
||||
ARCHITECTURES="x86 ?x86_gcc2 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
ffsb = $portVersion
|
||||
cmd:ffsb = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
@@ -25,7 +27,6 @@ REQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:libtoolize
|
||||
cmd:aclocal
|
||||
@@ -35,10 +36,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:gcc
|
||||
"
|
||||
|
||||
SOURCE_DIR="ffsb-6.0-rc2"
|
||||
|
||||
PATCHES="ffsb-6.0_rc2.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
libtoolize --force --copy --install
|
||||
|
||||
Reference in New Issue
Block a user