From 18c2283cd0486a32c404c8bafbcbcb4c92c0d615 Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Sun, 15 Mar 2015 00:16:08 +0300 Subject: [PATCH] MeV: add recipe for version 0.9.0 --- haiku-apps/mev/mev-0.9.0.recipe | 39 +++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 haiku-apps/mev/mev-0.9.0.recipe 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 +}