gmp: Fixes for provides requires for devel package, some other mess

cleanup
This commit is contained in:
Ed Robbins
2014-01-07 14:57:23 +00:00
parent 4ad7a37f2f
commit 239d389c58

View File

@@ -18,11 +18,12 @@ COPYRIGHT="1991-2013 Free Software Foundation, Inc."
REVISION="1"
ARCHITECTURES="x86 x86_gcc2"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
PROVIDES="cmd:gmp$secondaryArchSuffix = $portVersion compat >= 5.1
lib:libgmp$secondaryArchSuffix
lib:libgmp$secondaryArchSuffix = 10
lib:libgmp$secondaryArchSuffix = 10.1.1"
REQUIRES="haiku$secondaryArchSuffix >= $haikuVersion"
PROVIDES="gmp$secondaryArchSuffix = $portVersion compat >= 5.1
lib:libgmp$secondaryArchSuffix = 10.1.1 compat >= 10
"
REQUIRES="
haiku$secondaryArchSuffix >= $haikuVersion
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel >= $haikuVersion
"
@@ -32,7 +33,7 @@ BUILD_PREREQUIRES="
cmd:autoconf
cmd:automake
cmd:make
"
"
BUILD()
{
@@ -64,10 +65,10 @@ TEST()
# ----- devel package
PROVIDES_devel="
libgmp${secondaryArchSuffix}_devel = $portVersion
libgmp${secondaryArchSuffix}_devel = 10.1.1
devel:libgmp$secondaryArchSuffix = 10.1.1 compat >= 0
"
REQUIRES_devel="
libgmp$secondaryArchSuffix == $portVersion base
lib:libgmp$secondaryArchSuffix == 10.1.1 base
"