Updated sge to support secondaryArchSuffix

This commit is contained in:
Scott McCreary
2013-11-03 11:55:16 -08:00
parent a1e46ff4f8
commit bbb5457321

View File

@@ -8,30 +8,33 @@ COPYRIGHT="1999-2003 Anders Lindstrom"
REVISION="1"
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
PROVIDES="
sge = $portVersion compat >= 030809
lib:libSGE = $portVersion compat >= 030809
sge$secondaryArchSuffix = $portVersion compat >= 030809
lib:libSGE$secondaryArchSuffix = $portVersion compat >= 030809
"
REQUIRES="
haiku >= $haikuVersion
libsdl
sdl_image
haiku$secondaryArchSuffix
libsdl$secondaryArchSuffix
sdl_image$secondaryArchSuffix
freetype
"
#TODO get freetype to work in sge as well
BUILD_REQUIRES="
haiku_devel
devel:libsdl
devel:sdl_image
haiku${secondaryArchSuffix}_devel
devel:libsdl$secondaryArchSuffix
devel:sdl_image$secondaryArchSuffix
# devel:freetype
"
BUILD_PREREQUIRES="
cmd:gcc
cmd:gcc$secondaryArchSuffix
cmd:make
cmd:sdl_config
cmd:sdl_config$secondaryArchSuffix
"
SOURCE_DIR="sge030809"
@@ -58,6 +61,7 @@ PROVIDES_devel="
libSGE${secondaryArchSuffix}_devel = $portVersion compat >= 030809
devel:libSGE$secondaryArchSuffix = $portVersion compat >= 030809
"
REQUIRES_devel="
libSGE$secondaryArchSuffix == $portVersion base
"