mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Fixed jansson recipe.
This commit is contained in:
@@ -11,22 +11,24 @@ COPYRIGHT="2009-2013 Petri Lehtinen
|
|||||||
REVISION="1"
|
REVISION="1"
|
||||||
|
|
||||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||||
|
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
jansson = $portVersion compat >= 2.5
|
jansson$secondaryArchSuffix = $portVersion compat >= 2
|
||||||
lib:libjansson = 4.5.0 compat >= 4
|
libjansson$secondaryArchSuffix = 4.5.0 compat >= 4
|
||||||
|
lib:libjansson$secondaryArchSuffix = 4.5.0 compat >= 4
|
||||||
"
|
"
|
||||||
|
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku
|
haiku$secondaryArchSuffix >= $haikuVersion
|
||||||
"
|
"
|
||||||
|
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
"
|
"
|
||||||
|
|
||||||
BUILD_PREREQUIRES="
|
BUILD_PREREQUIRES="
|
||||||
haiku_devel
|
haiku${secondaryArchSuffix}_devel >= $haikuVersion
|
||||||
cmd:gcc
|
cmd:gcc$secondaryArchSuffix
|
||||||
cmd:make
|
cmd:make
|
||||||
"
|
"
|
||||||
|
|
||||||
@@ -58,9 +60,11 @@ TEST()
|
|||||||
}
|
}
|
||||||
|
|
||||||
PROVIDES_devel="
|
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="
|
REQUIRES_devel="
|
||||||
libjansson == $portVersion base
|
libjansson$secondaryArchSuffix == 4.5.0 base
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user