mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
libsdl: Fix recipe build
* Correct dependencies and provides.
This commit is contained in:
@@ -11,27 +11,34 @@ ARCHITECTURES="x86 x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
libsdl = $portVersion compat >= 1.2
|
||||
lib:libsdl = $portVersion compat >= 1.2
|
||||
lib:libSDL = $portVersion compat >= 1.2
|
||||
lib:libSDL = 0.11.4 compat >= 0.11
|
||||
lib:libSDL_1.2 = 0.11.4 compat >= 0.11
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libGLU
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku$secondaryArchSuffix >= $haikuVersion
|
||||
# lib:libGL
|
||||
lib:libglu
|
||||
lib:libpng
|
||||
lib:libjpeg
|
||||
lib:libtiff
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
# devel:mesa
|
||||
devel:libglu
|
||||
devel:libpng
|
||||
devel:libjpeg
|
||||
# devel:libtiff
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:aclocal
|
||||
haiku${secondaryArchSuffix}_devel >= $haikuVersion
|
||||
cmd:autoconf
|
||||
cmd:libtool
|
||||
cmd:aclocal
|
||||
cmd:make
|
||||
cmd:gcc
|
||||
cmd:ld
|
||||
cmd:libtool
|
||||
cmd:make
|
||||
"
|
||||
|
||||
SOURCE_DIR="SDL-$portVersion"
|
||||
@@ -143,9 +150,9 @@ TEST()
|
||||
|
||||
PROVIDES_devel="
|
||||
cmd:sdl_config = $portVersion compat >= 1.2
|
||||
devel:libSDL_1.2 = 0.11.4 compat >= 0.11
|
||||
devel:libSDL = 0.11.4 compat >= 0.11
|
||||
devel:libSDLmain = 0.11.4 compat >= 0.11
|
||||
devel:libSDL_1.2 = 0.11.4 compat >= 0.11
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
|
||||
Reference in New Issue
Block a user