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"
|
||||
|
||||
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
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user