mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-29 19:48:53 +02:00
Corrected recipe for rezerwar.
This commit is contained in:
@@ -1,9 +1,11 @@
|
|||||||
SUMMARY="A puzzle game that could be described as the illegitimate child of a known tetromino game an the average pipe game."
|
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. 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."
|
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 and techniques will help you achieve this goal faster.
|
||||||
|
"
|
||||||
HOMEPAGE="http://tamentis.com/projects/rezerwar/"
|
HOMEPAGE="http://tamentis.com/projects/rezerwar/"
|
||||||
SRC_URI="http://tamentis.com/projects/rezerwar/files/rezerwar-0.4.2.tar.gz"
|
SRC_URI="http://tamentis.com/projects/rezerwar/files/rezerwar-0.4.2.tar.gz"
|
||||||
CHECKSUM_MD5="42018abe251e45ab8cc30133cde61ff8"
|
CHECKSUM_MD5="42018abe251e45ab8cc30133cde61ff8"
|
||||||
SOURCE_DIR="rezerwar-0.4.2"
|
|
||||||
LICENSE="BSD (2-clause)"
|
LICENSE="BSD (2-clause)"
|
||||||
COPYRIGHT="2008, 2009 Bertrand Janin"
|
COPYRIGHT="2008, 2009 Bertrand Janin"
|
||||||
REVISION="1"
|
REVISION="1"
|
||||||
@@ -29,7 +31,8 @@ BUILD_REQUIRES="
|
|||||||
BUILD_PREREQUIRES="
|
BUILD_PREREQUIRES="
|
||||||
cmd:gcc$secondaryArchSuffix
|
cmd:gcc$secondaryArchSuffix
|
||||||
cmd:make
|
cmd:make
|
||||||
cmd:sdl_config
|
cmd:which
|
||||||
|
cmd:sdl_config$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
|
|
||||||
BUILD()
|
BUILD()
|
||||||
@@ -40,8 +43,8 @@ BUILD()
|
|||||||
|
|
||||||
INSTALL()
|
INSTALL()
|
||||||
{
|
{
|
||||||
mv data rezerwar
|
mkdir -p $appsDir/rezerwar
|
||||||
cp -r rezerwar $appsDir
|
cp -r --copy-contents rezerwar $appsDir/rezerwar
|
||||||
cp src/rezerwar $appsDir/rezerwar/rezerwar
|
cp src/rezerwar $appsDir/rezerwar/rezerwar
|
||||||
|
|
||||||
addAppDeskbarSymlink $appsDir/rezerwar/rezerwar "Rezerwar"
|
addAppDeskbarSymlink $appsDir/rezerwar/rezerwar "Rezerwar"
|
||||||
|
|||||||
Reference in New Issue
Block a user