dreamchess, fix references to libSDL* (#4079)

This commit is contained in:
Schrijvers Luc
2019-08-10 17:44:50 +02:00
committed by waddlesplash
parent b54922c2d7
commit d2bc9c6e89

View File

@@ -19,7 +19,7 @@ Walter van Niftrik, Rogier van Schaijk, Lawrence Sebald, Matthew P. Smith
1991-1993 The Regents of the University of California
1998-2005 Gilles Vollant"
LICENSE="GNU GPL v3"
REVISION="3"
REVISION="4"
SOURCE_URI="https://github.com/dreamchess/dreamchess/releases/download/$portVersion/dreamchess-$portVersion.tar.gz"
CHECKSUM_SHA256="7615699995a635c3dff6c952aa0d32723c415c8bb42448b4269d3daa199d8059"
ADDITIONAL_FILES="dreamchess.rdef.in"
@@ -33,33 +33,37 @@ PROVIDES="
"
REQUIRES="
haiku
lib:libgl
lib:libglu
lib:libGL
lib:libGLU
lib:libmxml
lib:libsdl_1.2
lib:libsdl_image_1.2
lib:libsdl_mixer_1.2
lib:libSDL_1.2
lib:libSDL_image_1.2
lib:libSDL_mixer_1.2
lib:libz
"
BUILD_REQUIRES="
haiku_devel
devel:libgl
devel:libglu
devel:libGL
devel:libGLU
devel:libmxml
devel:libsdl_1.2
devel:libsdl_image_1.2
devel:libsdl_mixer_1.2
devel:libSDL
devel:libSDL_image
devel:libSDL_mixer
devel:libz
"
BUILD_PREREQUIRES="
cmd:awk
cmd:bison
cmd:find
cmd:flex
cmd:gcc
cmd:make
"
BUILD()
{
runConfigure ./configure --prefix=/boot/apps/dreamchess
runConfigure ./configure
make $jobArgs
}