Add recipe for gnurobbo 0.66

This commit is contained in:
Vale
2015-12-31 16:35:50 -05:00
committed by DarkmatterVale
parent d034c54ab6
commit faa636bbf3

View File

@@ -0,0 +1,50 @@
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"
CHECKSUM_SHA256="54d2418f49e52b8f49631eb93af7789074b628d308a6d26b00cc795ad0b04d89"
SOURCE_URI="http://downloads.sourceforge.net/gnurobbo/gnurobbo-$portVersion-source.tar.gz"
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
}