mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
guitarmaster: update recipe to HaikuArchives repo.
This commit is contained in:
52
haiku-games/guitarmaster/guitarmaster-1.0.0~git.recipe
Normal file
52
haiku-games/guitarmaster/guitarmaster-1.0.0~git.recipe
Normal file
@@ -0,0 +1,52 @@
|
||||
SUMMARY="A game of musical skill and fast fingers"
|
||||
DESCRIPTION="
|
||||
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="https://github.com/HaikuArchives/GuitarMaster/"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="Toxic Labs 2008-2009"
|
||||
REVISION="1"
|
||||
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
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libGL
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libGL
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
g++ -o GuitarMaster -lbe -lGL \
|
||||
main.cpp \
|
||||
TApp.cpp \
|
||||
TGameView.cpp \
|
||||
TGraphics.cpp \
|
||||
TMainWindow.cpp \
|
||||
TMidiReader.cpp
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir
|
||||
cp -a GuitarMaster $appsDir
|
||||
addAppDeskbarSymlink $appsDir/GuitarMaster
|
||||
}
|
||||
Reference in New Issue
Block a user