0
0
Fork 0
haikuports/haiku-apps/midikeyboard/midikeyboard-1.0.0.recipe

46 lines
989 B
Bash
Raw Permalink Normal View History

SUMMARY="An on-screen MIDI Keyboard"
DESCRIPTION="A simple on-screen MIDI keyboard.
It allows showing octave numbers and setting up cords and displays the \
current note. You can set the the receive/transmit channel and control \
input and output devices."
2017-01-16 16:01:57 +00:00
HOMEPAGE="https://github.com/HaikuArchives/MidiKeyboard"
COPYRIGHT="2000-2002 Martijn Sipkema"
LICENSE="GNU LGPL v2"
REVISION="5"
2017-01-26 20:39:15 +00:00
srcGitRev="80d41b88a6770c12a7c550f0b64b0765543d1fb8"
2017-01-16 16:01:57 +00:00
SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz"
2017-01-26 20:39:15 +00:00
CHECKSUM_SHA256="5c42b9fa93b76cf634f4f78398a782b31b79bfc82934bc66ae209423e64e3281"
2017-01-16 16:01:57 +00:00
SOURCE_DIR="MidiKeyboard-$srcGitRev"
ARCHITECTURES="all !x86"
2017-01-16 16:01:57 +00:00
PROVIDES="
midikeyboard = $portVersion
app:MIDIKeyboard = $portVersion
2017-01-16 16:01:57 +00:00
"
REQUIRES="
haiku
"
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
makefile_engine
cmd:g++
2018-08-09 09:26:07 +00:00
cmd:make
2017-01-16 16:01:57 +00:00
"
BUILD()
{
make $jobArgs OBJ_DIR="objects"
2017-01-16 16:01:57 +00:00
}
INSTALL()
{
mkdir -p $appsDir
cp objects/MIDI\ Keyboard $appsDir
addAppDeskbarSymlink $appsDir/MIDI\ Keyboard
2017-01-16 16:01:57 +00:00
}