MeV: add recipe for version 0.9.0

This commit is contained in:
Sergei Reznikov
2015-03-15 00:16:08 +03:00
parent 25278ead57
commit 18c2283cd0

View File

@@ -0,0 +1,39 @@
SUMMARY="Media sequencer for Haiku"
DESCRIPTION="
Based on a MIDI Sequencer developed by Talin, MeV is currently being updated \
to run on Haiku. The long term goal is to completely separate the sequencer \
framework & engine from the handling of specific media types."
LICENSE="MPL v1.1"
COPYRIGHT="2000-2001 The MeV Team"
HOMEPAGE="https://github.com/HaikuArchives/MeV"
SRC_URI="git+https://github.com/HaikuArchives/MeV.git#0e14d24"
REVISION="1"
ARCHITECTURES="?x86 x86_gcc2"
PROVIDES="
mev = $portVersion
app:MeV = $portVersion
"
BUILD_REQUIRES="
haiku_devel
makefile_engine
"
BUILD_PREREQUIRES="
cmd:make
cmd:gcc
cmd:mkdepend
"
BUILD()
{
build.sh
}
INSTALL()
{
mkdir -p $appsDir/MeV
cp -r app/* $appsDir/MeV
addAppDeskbarSymlink $appsDir/MeV/MeV
}