mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
asylum, fix references to libSDL* (#3954)
This commit is contained in:
@@ -6,7 +6,7 @@ run it on other platforms which support the SDL graphics library."
|
||||
HOMEPAGE="http://sdl-asylum.sourceforge.net/"
|
||||
COPYRIGHT="1993 Andy Southgate"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://downloads.sourceforge.net/sdl-asylum/asylum-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="94c5bc7de89f185cbc0ac7a4add21e890ca9680a6d01c21841aae69c4b9e724f"
|
||||
PATCHES="asylum-$portVersion.patchset"
|
||||
@@ -23,18 +23,18 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libgl
|
||||
lib:libglu
|
||||
lib:libsdl
|
||||
lib:libsdl_mixer
|
||||
lib:libGL
|
||||
lib:libGLU
|
||||
lib:libSDL_1.2
|
||||
lib:libSDL_mixer_1.2
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libgl
|
||||
devel:libglu
|
||||
devel:libsdl
|
||||
devel:libsdl_mixer
|
||||
devel:libGL
|
||||
devel:libGLU
|
||||
devel:libSDL
|
||||
devel:libSDL_mixer
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:g++
|
||||
@@ -58,4 +58,6 @@ INSTALL()
|
||||
INSTALLBIN=$appsDir/Asylum \
|
||||
INSTALLRESOURCEPATH=$dataDir/asylum \
|
||||
INSTALLHISCORES=$settingsDir/asylum/hiscores
|
||||
|
||||
addAppDeskbarSymlink $appsDir/Asylum
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user