From faa636bbf3d7d77a38d563c6d2436e3056b1bbab Mon Sep 17 00:00:00 2001 From: Vale Date: Thu, 31 Dec 2015 16:35:50 -0500 Subject: [PATCH] Add recipe for gnurobbo 0.66 --- games-puzzle/gnurobbo/gnurobbo-0.66.recipe | 50 ++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 games-puzzle/gnurobbo/gnurobbo-0.66.recipe diff --git a/games-puzzle/gnurobbo/gnurobbo-0.66.recipe b/games-puzzle/gnurobbo/gnurobbo-0.66.recipe new file mode 100644 index 000000000..20db43325 --- /dev/null +++ b/games-puzzle/gnurobbo/gnurobbo-0.66.recipe @@ -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 +}