0
0
Fork 0
haikuports/games-puzzle/rezerwar/rezerwar-0.4.2.recipe

55 lines
1.3 KiB
Bash
Raw Permalink Normal View History

2014-01-02 21:40:57 +00:00
SUMMARY="A puzzle game"
DESCRIPTION="Rezerwar is a puzzle game that could be described as the \
illegitimate child of a known tetromino game and the average pipe game. \
2014-01-02 21:40:57 +00:00
It runs on Linux, Windows, Nintendo Wii (homebrew), FreeBSD, Amiga OS, And \
Now Haiku!
The whole game was created with open-source software including graphics, \
sounds and musics. Feel free to contribute. The goal of this game is \
basically to create networks of water to make them disappear, a couple tricks \
2016-02-26 15:33:51 +00:00
and techniques will help you achieve this goal faster."
2013-12-12 22:44:29 +00:00
HOMEPAGE="http://tamentis.com/projects/rezerwar/"
COPYRIGHT="2008-2009 Bertrand Janin"
2016-02-17 19:26:37 +00:00
LICENSE="BSD (2-clause)"
REVISION="2"
SOURCE_URI="http://tamentis.com/projects/rezerwar/files/rezerwar-$portVersion.tar.gz"
2016-02-17 19:26:37 +00:00
CHECKSUM_SHA256="a93ca501803c2fdac0fb695d9a1eeed45807307316d28d3eb8abac8849fcaf02"
PATCHES="rezerwar-$portVersion.patchset"
2016-02-17 19:26:37 +00:00
2013-12-12 22:44:29 +00:00
ARCHITECTURES="x86_gcc2 x86"
PROVIDES="
rezerwar = $portVersion
app:RezerWar = $portVersion
2013-12-12 22:44:29 +00:00
"
REQUIRES="
haiku
lib:libSDL_1.2
lib:libSDL_mixer_1.2
2013-12-12 22:44:29 +00:00
"
BUILD_REQUIRES="
haiku_devel
devel:libSDL
devel:libSDL_mixer
2013-12-12 22:44:29 +00:00
"
BUILD_PREREQUIRES="
cmd:gcc
2013-12-12 22:44:29 +00:00
cmd:make
2018-08-09 08:27:19 +00:00
cmd:which
2013-12-12 22:44:29 +00:00
"
BUILD()
{
./configure
make $jobArgs
2013-12-12 22:44:29 +00:00
}
INSTALL()
{
2013-12-12 23:59:57 +00:00
mkdir -p $appsDir/rezerwar
cp -r data $appsDir/rezerwar
cp src/rezerwar $appsDir/rezerwar/RezerWar
addAppDeskbarSymlink $appsDir/rezerwar/RezerWar
}