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:
@@ -16,28 +16,29 @@ COPYRIGHT="1997-2012 Sam Lantinga"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
sdl_ttf = $portVersion
|
||||
lib:libSDL_ttf = $portVersion
|
||||
devel:libSDL_ttf
|
||||
lib:libSDL_ttf_2.0 = $portVersion
|
||||
sdl_ttf$secondaryArchSuffix = $portVersion compat >= 1.2
|
||||
lib:libSDL_ttf$secondaryArchSuffix = 2.0_0.10.1 compat >= 2.0_0
|
||||
lib:libSDL_ttf_2.0$secondaryArchSuffix = 0.10.1 compat >= 0
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku >= $haikuVersion
|
||||
libsdl >= 1.2.12
|
||||
haiku$secondaryArchSuffix >= $haikuVersion
|
||||
libsdl >= 1.2
|
||||
lib:libfreetype
|
||||
lib:libz
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
haiku${secondaryArchSuffix}_devel >= $haikuVersion
|
||||
cmd:libtoolize
|
||||
cmd:aclocal
|
||||
cmd:automake
|
||||
cmd:autoconf
|
||||
cmd:gcc
|
||||
cmd:ld
|
||||
cmd:sdl_config
|
||||
cmd:make
|
||||
cmd:freetype_config
|
||||
@@ -45,6 +46,7 @@ BUILD_PREREQUIRES="
|
||||
"
|
||||
|
||||
SOURCE_DIR="SDL_ttf-$portVersion"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
libtoolize --copy --force --install
|
||||
@@ -66,11 +68,11 @@ INSTALL()
|
||||
}
|
||||
|
||||
PROVIDES_devel="
|
||||
devel:SDL_ttf = 0.10.1 compat >= 0
|
||||
devel:libSDL_ttf = 0.10.1 compat >= 0
|
||||
sdl_ttf${secondaryArchSuffix}_devel = 2.0.11 compat >= 1.2
|
||||
devel:libSDL_ttf$secondaryArchSuffix = 2.0_0.10.1 compat >= 2.0_0
|
||||
devel:libSDL_ttf_2.0$secondaryArchSuffix = 0.10.1 compat >= 0
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
sdl_ttf == $portVersion base
|
||||
sdl_ttf$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user