mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
SDLLopan: improve tileset and fix description.
This is NOT the mah jongg game. It plays with mah jongg tiles, but mah jongg is a 4-player game similar to poker and rami. I will accept "mah jongg solitaire".
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
SUMMARY="An SDL version of the Lopan (Mah Jongg) game"
|
||||
SUMMARY="An SDL version of the Lopan (Mah Jongg solitaire) game"
|
||||
DESCRIPTION="
|
||||
The well known Lopan (Mah Jongg) game. Click on matching pairs and try to remove all \
|
||||
144 tiles.
|
||||
The well known Lopan (Mah Jongg 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.
|
||||
@@ -15,7 +15,7 @@ LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="1999-2008 Dave Ashley"
|
||||
SRC_URI="http://www.linuxmotors.com/sdllopan/downloads/sdllopan-10.tgz"
|
||||
CHECKSUM_SHA256="386de065bc8c3449c3b0b5e5651cb035cb1bdc242b425c865dd387c54ce708c3"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
@@ -53,4 +53,4 @@ INSTALL()
|
||||
cp README $appsDir/Lopan/ReadMe
|
||||
cp -r data $appsDir/Lopan
|
||||
addAppDeskbarSymlink $appsDir/Lopan/Lopan
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user