Fixed jansson recipe.

This commit is contained in:
Scott McCreary
2013-10-29 16:54:22 +00:00
parent dfeb21147d
commit 97bcc65064

View File

@@ -11,22 +11,24 @@ COPYRIGHT="2009-2013 Petri Lehtinen
REVISION="1"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
PROVIDES="
jansson = $portVersion compat >= 2.5
lib:libjansson = 4.5.0 compat >= 4
jansson$secondaryArchSuffix = $portVersion compat >= 2
libjansson$secondaryArchSuffix = 4.5.0 compat >= 4
lib:libjansson$secondaryArchSuffix = 4.5.0 compat >= 4
"
REQUIRES="
haiku
haiku$secondaryArchSuffix >= $haikuVersion
"
BUILD_REQUIRES="
"
BUILD_PREREQUIRES="
haiku_devel
cmd:gcc
haiku${secondaryArchSuffix}_devel >= $haikuVersion
cmd:gcc$secondaryArchSuffix
cmd:make
"
@@ -58,9 +60,11 @@ TEST()
}
PROVIDES_devel="
devel:libjansson = 4.5.0 compat >= 4
libjansson${secondaryArchSuffix}_devel = $portVersion
devel:jansson$secondaryArchSuffix = 4.5.0 compat >= 4
devel:libjansson$secondaryArchSuffix = 4.5.0 compat >= 4
"
REQUIRES_devel="
libjansson == $portVersion base
libjansson$secondaryArchSuffix == 4.5.0 base
"