From a3bfa03cffdccb94b9d0beea4d5bf7fa4a9362c5 Mon Sep 17 00:00:00 2001 From: MrPoxipol Date: Thu, 12 Dec 2013 22:44:29 +0000 Subject: [PATCH] Rezerwar game .recipe. --- games-puzzle/rezerwar/rezerwar-0.4.2.recipe | 48 +++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 games-puzzle/rezerwar/rezerwar-0.4.2.recipe diff --git a/games-puzzle/rezerwar/rezerwar-0.4.2.recipe b/games-puzzle/rezerwar/rezerwar-0.4.2.recipe new file mode 100644 index 000000000..d58c8be63 --- /dev/null +++ b/games-puzzle/rezerwar/rezerwar-0.4.2.recipe @@ -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" +} \ No newline at end of file