mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Fixed libsdl, libsdl2 and sdl_ttf, removed outdate sdl_ttf recipes.
This commit is contained in:
@@ -11,8 +11,8 @@ ARCHITECTURES="x86 x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
libsdl$secondaryArchSuffix = $portVersion
|
||||
lib:libSDL$secondaryArchSuffix = 0.11.4 compat >= 0
|
||||
lib:libSDL_1.2$secondaryArchSuffix = 1.2_0.11.4 compat >= 1.2_0
|
||||
lib:libSDL$secondaryArchSuffix = 1.2_0.11.4 compat >= 1.2_0
|
||||
lib:libSDL_1.2$secondaryArchSuffix = 0.11.4 compat >= 0
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix >= $haikuVersion
|
||||
@@ -73,7 +73,9 @@ INSTALL()
|
||||
fixDevelopLibDirReferences $binDir/sdl-config
|
||||
|
||||
packageEntries devel \
|
||||
$developDir $binDir/sdl-config
|
||||
$developDir $binDir/sdl-config \
|
||||
$dataDir \
|
||||
$documentationDir
|
||||
}
|
||||
|
||||
TEST()
|
||||
@@ -152,9 +154,9 @@ TEST()
|
||||
PROVIDES_devel="
|
||||
libsdl${secondaryArchSuffix}_devel = 1.2.15 compat >= 1.2
|
||||
cmd:sdl_config = $portVersion compat >= 1.2
|
||||
devel:libSDL$secondaryArchSuffix = 0.11.4 compat >= 0
|
||||
devel:libSDLmain$secondaryArchSuffix = 0.11.4 compat >= 0
|
||||
devel:libSDL_1.2$secondaryArchSuffix = 1.2_0.11.4 compat >= 1.2_0
|
||||
devel:libSDL$secondaryArchSuffix = 1.2_0.11.4 compat >= 1.2_0
|
||||
devel:libSDLmain$secondaryArchSuffix = 1.2_0.11.4 compat >= 1.2_0
|
||||
devel:libSDL_1.2$secondaryArchSuffix = 0.11.4 compat >= 0
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
|
||||
Reference in New Issue
Block a user