diff --git a/haiku-apps/mev/mev-0.9.0.recipe b/haiku-apps/mev/mev-0.9.0.recipe new file mode 100644 index 000000000..53f5d3fc6 --- /dev/null +++ b/haiku-apps/mev/mev-0.9.0.recipe @@ -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 +}