diff --git a/games-board/dreamchess/dreamchess-0.2.0.recipe b/games-board/dreamchess/dreamchess-0.2.0.recipe index 78be4f772..0b89cbfb2 100644 --- a/games-board/dreamchess/dreamchess-0.2.0.recipe +++ b/games-board/dreamchess/dreamchess-0.2.0.recipe @@ -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 }