gemz, fix references to libSDL* (#4148)

This commit is contained in:
Schrijvers Luc
2019-08-31 00:05:06 +02:00
committed by waddlesplash
parent 63d592007a
commit 1c95da77bb

View File

@@ -1,44 +1,39 @@
SUMMARY="An SDL implementation of the popular puzzle game 'Bejeweled'"
DESCRIPTION="
Gemz is an SDL implementation of the popular puzzle game 'Bejeweled'.
The objective of this game is to swap one gem with an adjacent gem to form a \
horizontal or vertical chain of three or more gems. Bonus points are given \
when chains of more than three identical gems are formed and when two chains \
are formed in one swap. Gems disappear when chains are formed and gems fall \
from the top to fill in gaps. Sometimes chain reactions, called cascades, are \
triggered, where chains are formed by the falling gems."
DESCRIPTION="Gemz is an SDL implementation of the popular puzzle game \
'Bejeweled'. The objective of this game is to swap one gem with an adjacent \
gem to form a horizontal or vertical chain of three or more gems. Bonus \
points are given when chains of more than three identical gems are formed and \
when two chains are formed in one swap. Gems disappear when chains are formed \
and gems fall from the top to fill in gaps. Sometimes chain reactions, called \
cascades, are triggered, where chains are formed by the falling gems."
HOMEPAGE="https://sourceforge.net/projects/gemz/"
COPYRIGHT="2003-2013 Jonathan Bilodeau"
LICENSE="GNU GPL v2"
REVISION="2"
REVISION="3"
SOURCE_URI="http://sourceforge.net/projects/gemz/files/gemz/Source/gemz-0.97.0.tgz/download"
CHECKSUM_SHA256="8a61bf40e6e12d6764a1a6d4f99aec27f1c54a31f26ce09d13a6596a33d8ee5a"
PATCHES="
gemz-0.97.0.patch
"
PATCHES="gemz-0.97.0.patch"
ARCHITECTURES="x86_gcc2 x86"
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
PROVIDES="
gemz = $portVersion
app:gemz = $portVersion
app:Gemz = $portVersion
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libsdl$secondaryArchSuffix
lib:libsdl_image$secondaryArchSuffix
haiku
lib:libSDL_1.2
lib:libSDL_image_1.2
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libsdl$secondaryArchSuffix
devel:libsdl_image$secondaryArchSuffix
haiku_devel
devel:libSDL
devel:libSDL_image
"
BUILD_PREREQUIRES="
cmd:gcc$secondaryArchSuffix
cmd:gcc
cmd:make
cmd:sdl_config$secondaryArchSuffix
cmd:which
"
BUILD()