Files
haikuports/games-puzzle/gnurobbo/gnurobbo-0.66.recipe
2016-01-03 10:56:55 +00:00

51 lines
1.1 KiB
Bash

SUMMARY="GNU Robbo: Classic Atari Puzzle Game"
DESCRIPTION="An open source reimplementation \
of Janusz Pelc's Robbo for the Atari XE/XL which was distributed \
by LK Avalon in 1989. In this retro game, you can collect and reach the \
UFO-like object."
HOMEPAGE="http://gnurobbo.sourceforge.net/"
COPYRIGHT="2002-2010 The GNU Robbo Team"
LICENSE="GNU LGPL v2.1"
REVISION="1"
SOURCE_URI="http://downloads.sourceforge.net/gnurobbo/gnurobbo-$portVersion-source.tar.gz"
CHECKSUM_SHA256="54d2418f49e52b8f49631eb93af7789074b628d308a6d26b00cc795ad0b04d89"
ARCHITECTURES="x86 x86_gcc2"
PROVIDES="
gnurobbo = $portVersion
app:gnurobbo = $portVersion
"
REQUIRES="
haiku
lib:libsdl
lib:libsdl_mixer
lib:libsdl_image
lib:libsdl_ttf
"
BUILD_REQUIRES="
haiku_devel
devel:libsdl
devel:libsdl_mixer
devel:libsdl_image
devel:libsdl_ttf
"
BUILD_PREREQUIRES="
cmd:make
cmd:gcc
"
BUILD()
{
make $jobArgs PACKAGE_DATA_DIR=$appsDir/GNURobbo/data
}
INSTALL()
{
mkdir -p $appsDir/GNURobbo
cp gnurobbo $appsDir/GNURobbo
cp -r data $appsDir/GNURobbo
addAppDeskbarSymlink $appsDir/GNURobbo/gnurobbo GnuRobbo
}