mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
midikeyboard: new recipe (#1049)
This commit is contained in:
42
haiku-apps/midikeyboard/midikeyboard-1.0.0.recipe
Normal file
42
haiku-apps/midikeyboard/midikeyboard-1.0.0.recipe
Normal file
@@ -0,0 +1,42 @@
|
||||
SUMMARY="An onscreen MIDI Keyboard"
|
||||
DESCRIPTION="An awesome keyboard on the screen for playing midi with \
|
||||
mouse or keyboard and it has a maximum of 16 transmit and receive \
|
||||
channels and a panic shortcut."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/MidiKeyboard"
|
||||
COPYRIGHT="2000-2002 Martijn Sipkema"
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="1"
|
||||
srcGitRev="25fad6b3f1207e5c7b62a8aa49b0a775fae71899"
|
||||
SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="7fa674575ae0b0b963d152ea36f9802d8d1949bd4bfd9513c6fe1dc33712a891"
|
||||
SOURCE_DIR="MidiKeyboard-$srcGitRev"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
midikeyboard = $portVersion
|
||||
app:MidiKeyboard = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:make
|
||||
cmd:g++
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
addAppDeskbarSymlink $appsDir/midikeyboard MidiKeyboard
|
||||
}
|
||||
Reference in New Issue
Block a user