From 03e0b409aab952ef092fb623af568d3bf619d43b Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Thu, 9 Mar 2017 22:30:05 +0100 Subject: [PATCH] guitarmaster: update recipe to HaikuArchives repo. --- ...1.recipe => guitarmaster-1.0.0~git.recipe} | 22 +++++++++++-------- 1 file changed, 13 insertions(+), 9 deletions(-) rename haiku-games/guitarmaster/{guitarmaster-r21.recipe => guitarmaster-1.0.0~git.recipe} (62%) diff --git a/haiku-games/guitarmaster/guitarmaster-r21.recipe b/haiku-games/guitarmaster/guitarmaster-1.0.0~git.recipe similarity index 62% rename from haiku-games/guitarmaster/guitarmaster-r21.recipe rename to haiku-games/guitarmaster/guitarmaster-1.0.0~git.recipe index a25d4daa9..d5659a859 100644 --- a/haiku-games/guitarmaster/guitarmaster-r21.recipe +++ b/haiku-games/guitarmaster/guitarmaster-1.0.0~git.recipe @@ -4,31 +4,35 @@ Guitar Master is a Frets on Fire clone made for Haiku. It uses low-resolution \ graphics in order to run on Haiku's software-GL. Usage: GuitarMaster [/path/to/songsDirectory] " -HOMEPAGE="http://code.google.com/p/guitarmaster/" -SOURCE_URI="svn+http://guitarmaster.googlecode.com/svn/trunk/@21" +HOMEPAGE="https://github.com/HaikuArchives/GuitarMaster/" LICENSE="MIT" COPYRIGHT="Toxic Labs 2008-2009" REVISION="1" -ARCHITECTURES="x86_gcc2 ?x86 ?x86_64" +gitCommit="51007c785e1504dbfe305beddf94aed8d699e25a" +SOURCE_URI="$HOMEPAGE/archive/$gitCommit.tar.gz" +CHECKSUM_SHA256="5993b48765c4fce050e0d7edb2eb771cd99f038941654af178308329ba7bd74b" +SOURCE_DIR="GuitarMaster-$gitCommit" + +ARCHITECTURES="x86_gcc2 ?x86 x86_64" PROVIDES=" guitarmaster = $portVersion - app:guitarmaster = $portVersion + app:GuitarMaster = $portVersion " REQUIRES=" haiku + lib:libGL " -BUILD_REQUIRES="" -BUILD_PREREQUIRES=" +BUILD_REQUIRES=" haiku_devel + devel:libGL + " +BUILD_PREREQUIRES=" cmd:gcc " -SOURCE_FILENAME="download" -SOURCE_DIR="$portName" - BUILD() { g++ -o GuitarMaster -lbe -lGL \