sdllopan, fix reference to libSDL, cleanup (#4328)

This commit is contained in:
Schrijvers Luc
2019-11-11 10:32:14 +01:00
committed by GitHub
parent 5e07dbf4e6
commit f92f337346
2 changed files with 47 additions and 30 deletions

View File

@@ -1,7 +1,6 @@
SUMMARY="An SDL version of the Lopan (Mah Jongg solitaire) game"
DESCRIPTION="
The well known Lopan (Mah Jongg solitaire) game. Click on matching pairs and \
try to remove all 144 tiles.
DESCRIPTION="The well known Lopan (Mah Jong solitaire) game. Click on \
matching pairs and try to remove all 144 tiles.
Within the game, the ESC key exits, and RETURN reshuffles the board.
The arrow keys work as undo/redo.
@@ -12,10 +11,10 @@ In both cases, number files beginnging with 0."
HOMEPAGE="http://www.linuxmotors.com/sdllopan/"
COPYRIGHT="1999-2008 Dave Ashley"
LICENSE="GNU GPL v2"
REVISION="5"
SOURCE_URI="http://www.linuxmotors.com/sdllopan/downloads/sdllopan-10.tgz"
REVISION="6"
SOURCE_URI="http://www.linuxmotors.com/sdllopan/downloads/sdllopan-$portVersion.tgz"
CHECKSUM_SHA256="386de065bc8c3449c3b0b5e5651cb035cb1bdc242b425c865dd387c54ce708c3"
PATCHES="sdllopan-10.patchset"
PATCHES="sdllopan-$portVersion.patchset"
ADDITIONAL_FILES="
Lopan-icon
tiles0.pcx
@@ -26,21 +25,20 @@ ARCHITECTURES="x86_gcc2 x86_64"
PROVIDES="
sdllopan = $portVersion
app:lopan = $portVersion
app:Lopan = $portVersion
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libsdl$secondaryArchSuffix
haiku
lib:libSDL_1.2
"
BUILD_REQUIRES="
devel:libsdl$secondaryArchSuffix
haiku_devel
devel:libSDL
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel
haiku_devel
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:gcc
cmd:ld
cmd:make
"