* Added Haiku vector icon.

* Added resource file, including the icon and signature.
* Changed recipe to include the ReadMe in the package and elaborated
  the description.
This commit is contained in:
Humdinger
2014-05-24 10:08:42 +02:00
parent 9816e911f8
commit f707cae942
2 changed files with 117 additions and 13 deletions

View File

@@ -1,10 +1,21 @@
SUMMARY="An SDL version of the Lopan game"
SUMMARY="An SDL version of the Lopan (Mah Jongg) game"
DESCRIPTION="
The well known Lopan (Mah Jongg) 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.
F1 switches the tilesets, the data/tiles#.pcx files are used.
F2 switched the background, the data/bg#.pcx files are used.
In both cases, number files beginnging with 0.
"
HOMEPAGE="http://www.linuxmotors.com/sdllopan/"
LICENSE="GNU GPL v2"
COPYRIGHT="1999-2008 Dave Ashley"
SRC_URI="http://www.linuxmotors.com/sdllopan/downloads/sdllopan-10.tgz"
CHECKSUM_SHA256="386de065bc8c3449c3b0b5e5651cb035cb1bdc242b425c865dd387c54ce708c3"
REVISION="1"
REVISION="2"
ARCHITECTURES="x86_gcc2"
PROVIDES="
@@ -26,24 +37,20 @@ BUILD_PREREQUIRES="
cmd:ld$secondaryArchSuffix
cmd:make
"
PATCHES="sdllopan-10.patchset"
BUILD()
{
make $jobArgs
rc -o lopan.rsrc lopan.rdef
xres -o lopan lopan.rsrc
}
INSTALL()
{
mkdir -p $appsDir/Lopan
cp lopan $appsDir/Lopan/Lopan
cp README $appsDir/Lopan/ReadMe
cp -r data $appsDir/Lopan
addAppDeskbarSymlink $appsDir/Lopan/Lopan Lopan
}
# ----- DESCRIPTION -----------------------------------------------------------
DESCRIPTION="
The well known Lopan (Mah Jongg) game. Find pair and try to remove all 144 \
tiles before getting locked.
"
addAppDeskbarSymlink $appsDir/Lopan/Lopan
}