Fix ordering

This commit is contained in:
Vale
2016-02-17 14:26:37 -05:00
parent c78e400f98
commit 4ceccd41e1
491 changed files with 2610 additions and 2977 deletions

View File

@@ -7,14 +7,16 @@ detection with friction. ODE is useful for simulating vehicles, objects in \
virtual reality environments and virtual creatures.
"
HOMEPAGE="http://www.ode.org/"
SOURCE_URI="http://downloads.sourceforge.net/project/opende/ODE/0.12/ode-0.12.tar.bz2"
CHECKSUM_SHA256="65c5315a42c725d2da01ea2c1b045583d54e0d1a95e3f7c062e5ba3769f5c350"
REVISION="1"
COPYRIGHT="2001-2004 Russell L. Smith"
LICENSE="
GNU LGPL v3
BSD (3-clause)
"
REVISION="1"
SOURCE_URI="http://downloads.sourceforge.net/project/opende/ODE/0.12/ode-0.12.tar.bz2"
CHECKSUM_SHA256="65c5315a42c725d2da01ea2c1b045583d54e0d1a95e3f7c062e5ba3769f5c350"
PATCHES="ode-0.12.patch"
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
@@ -22,15 +24,23 @@ PROVIDES="
ode$secondaryArchSuffix = $portVersion
lib:libode$secondaryArchSuffix = $portVersion
"
REQUIRES="
haiku$secondaryArchSuffix
"
PROVIDES_devel="
ode${secondaryArchSuffix}_devel = $portVersion
devel:libode$secondaryArchSuffix = $portVersion
cmd:ode_config$secondaryArchSuffix = $portVersion
"
REQUIRES_devel="
haiku$secondaryArchSuffix
ode$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
"
BUILD_PREREQUIRES="
cmd:make
cmd:mkdepend
@@ -39,13 +49,12 @@ BUILD_PREREQUIRES="
cmd:awk
"
PATCHES="ode-0.12.patch"
BUILD()
{
runConfigure ./configure --enable-shared
make $jobArgs
}
INSTALL()
{
fixDevelopLibDirReferences ode-config
@@ -60,14 +69,3 @@ INSTALL()
$developDir \
$binDir # ode_config binary here
}
PROVIDES_devel="
ode${secondaryArchSuffix}_devel = $portVersion
devel:libode$secondaryArchSuffix = $portVersion
cmd:ode_config$secondaryArchSuffix = $portVersion
"
REQUIRES_devel="
haiku$secondaryArchSuffix
ode$secondaryArchSuffix == $portVersion base
"