mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
hermes_game, fix references to libSDL* (#4026)
This commit is contained in:
committed by
waddlesplash
parent
2f03b47704
commit
5729bad1de
@@ -7,7 +7,7 @@ dislike the game or just have a good laugh."
|
||||
HOMEPAGE="http://www.retroguru.com/hermes/"
|
||||
COPYRIGHT="2017 Retroguru"
|
||||
LICENSE="HERMES"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
|
||||
if [ $effectiveTargetArchitecture = x86 ]; then
|
||||
SOURCE_URI="http://www.retroguru.com/hermes/hermes-v.latest-haiku-x86.zip"
|
||||
@@ -23,16 +23,17 @@ SOURCE_DIR="retroguru_hermes_haiku_x86_64"
|
||||
fi
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
hermes_game = $portVersion
|
||||
hermes_game$secondaryArchSuffix = $portVersion
|
||||
app:hermes = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libsdl$secondaryArchSuffix >= 1.2_0.11.4
|
||||
lib:libSDL_mixer$secondaryArchSuffix >= 1.2_0.12.0
|
||||
lib:libz$secondaryArchSuffix >= 1.2.11
|
||||
lib:libSDL_1.2$secondaryArchSuffix
|
||||
lib:libSDL_mixer_1.2$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="$REQUIRES"
|
||||
|
||||
Reference in New Issue
Block a user