mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
MeV: add recipe for version 0.9.0
This commit is contained in:
39
haiku-apps/mev/mev-0.9.0.recipe
Normal file
39
haiku-apps/mev/mev-0.9.0.recipe
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user