From 0cf7c7b8e709b380f64e2eab8ed2b4f1177ccb8a Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sun, 18 Aug 2019 09:12:23 +0200 Subject: [PATCH] sdljoytest, fix references to libSDL*, add manpage (#4107) --- .../sdljoytest/sdljoytest-11102003.recipe | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/games-misc/sdljoytest/sdljoytest-11102003.recipe b/games-misc/sdljoytest/sdljoytest-11102003.recipe index 00790833b..2c7bcd430 100644 --- a/games-misc/sdljoytest/sdljoytest-11102003.recipe +++ b/games-misc/sdljoytest/sdljoytest-11102003.recipe @@ -5,7 +5,7 @@ joystick or other game controller." HOMEPAGE="http://sdljoytest.sourceforge.net" COPYRIGHT="2003 Samuel E. Bray" LICENSE="GNU GPL v2" -REVISION="1" +REVISION="2" SOURCE_URI="http://downloads.sf.net/sdljoytest/SDLJoytest-GL-$portVersion.tar.bz2" CHECKSUM_SHA256="306aa4b825ad880e71aac77d410f7a040ee6c1a372eb3d1db3301a8536a3c468" SOURCE_DIR="SDLJoytest-GL" @@ -18,18 +18,18 @@ PROVIDES=" " REQUIRES=" haiku - lib:libgl - lib:libglu - lib:libsdl - lib:libsdl_image + lib:libGL + lib:libGLU + lib:libSDL_1.2 + lib:libSDL_image_1.2 " BUILD_REQUIRES=" haiku_devel - devel:libgl - devel:libglu - devel:libsdl - devel:libsdl_image + devel:libGL + devel:libGLU + devel:libSDL + devel:libSDL_image " BUILD_PREREQUIRES=" cmd:gcc @@ -38,12 +38,12 @@ BUILD_PREREQUIRES=" BUILD() { - sed -i 's/\-lpthread/ /' Makefile make } INSTALL() { - mkdir -p $binDir + mkdir -p $binDir $manDir/man1 cp SDLJoytest-GL $binDir + cp SDLJoytest.1 $manDir/man1 }