mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
sdllopan, fix reference to libSDL, cleanup (#4328)
This commit is contained in:
@@ -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
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user