Rezerwar game .recipe.

This commit is contained in:
MrPoxipol
2013-12-12 22:44:29 +00:00
parent 497d3b57c3
commit a3bfa03cff

View File

@@ -0,0 +1,48 @@
SUMMARY="A puzzle game that could be described as the illegitimate child of a known tetromino game an the average pipe 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. 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."
HOMEPAGE="http://tamentis.com/projects/rezerwar/"
SRC_URI="http://tamentis.com/projects/rezerwar/files/rezerwar-0.4.2.tar.gz"
CHECKSUM_MD5="42018abe251e45ab8cc30133cde61ff8"
SOURCE_DIR="rezerwar-0.4.2"
LICENSE="BSD (2-clause)"
COPYRIGHT="2008, 2009 Bertrand Janin"
REVISION="1"
ARCHITECTURES="x86_gcc2 x86"
PROVIDES="
rezerwar = $portVersion
app:rezerwar = $portVersion
"
REQUIRES="
haiku$secondaryArchSuffix >= $haikuVersion
lib:libsdl$secondaryArchSuffix
lib:sdl_mixer$secondaryArchSuffix
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel >= $haikuVersion
devel:libsdl$secondaryArchSuffix
devel:sdl_mixer$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:gcc$secondaryArchSuffix
cmd:make
cmd:sdl_config
"
BUILD()
{
configure
make
}
INSTALL()
{
mv data rezerwar
cp -r rezerwar $appsDir
cp src/rezerwar $appsDir/rezerwar/rezerwar
addAppDeskbarSymlink $appsDir/rezerwar/rezerwar "Rezerwar"
}