mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
48 lines
1.5 KiB
Plaintext
48 lines
1.5 KiB
Plaintext
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"
|
|
} |