Files
haikuports/games-puzzle/sdllopan/sdllopan-10.recipe
Oliver Tappe 52b344b97b Drop references to $haikuVersion.
* Referring the current haiku version explicitly is not needed, since
  the RequiresUpdater takes care of setting the version of Haiku used
  for building a package.
2014-12-14 23:08:52 +01:00

57 lines
1.3 KiB
Plaintext

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.
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="3"
ARCHITECTURES="x86_gcc2"
PROVIDES="
sdllopan = $portVersion
app:lopan = $portVersion
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libsdl$secondaryArchSuffix
"
BUILD_REQUIRES="
devel:libsdl$secondaryArchSuffix
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel
haiku_devel
cmd:gcc$secondaryArchSuffix
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
}