0
0
Fork 0
haikuports/haiku-apps/mev/mev-0.9.0.recipe

41 lines
945 B
Bash
Raw Permalink Normal View History

2015-03-16 18:50:48 +00:00
SUMMARY="A MIDI/music sequencer"
DESCRIPTION="MeV is based on a MIDI sequencer developed by Talin. \
The long term goal is to completely separate the sequencer \
2015-03-14 21:16:08 +00:00
framework & engine from the handling of specific media types."
HOMEPAGE="https://github.com/HaikuArchives/MeV"
2018-08-03 11:47:19 +00:00
COPYRIGHT="2000-2001 The MeV Team"
LICENSE="MPL v1.1"
2019-05-03 16:34:14 +00:00
REVISION="4"
2016-01-16 10:32:47 +00:00
SOURCE_URI="https://github.com/HaikuArchives/MeV/archive/4920827.zip"
2016-01-16 10:39:36 +00:00
CHECKSUM_SHA256="48e5075f493b476f49c0264dff27bc5408af316bce850004ae5bca721e913c5f"
2016-01-16 10:32:47 +00:00
SOURCE_DIR="MeV-4920827b65291d12155bbfa5d0e6487f2a1cd600"
2018-08-03 11:47:19 +00:00
2015-03-14 21:16:08 +00:00
ARCHITECTURES="?x86 x86_gcc2"
PROVIDES="
mev = $portVersion
app:MeV = $portVersion
"
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
makefile_engine
2015-03-14 21:16:08 +00:00
cmd:gcc
cmd:make
2015-03-14 21:16:08 +00:00
"
BUILD()
{
2019-05-03 16:30:02 +00:00
sh -e build.sh
addattr -t mime BEOS:TYPE application/x-vnd.BeUnited.MeV-Document app/songs/*
2015-03-14 21:16:08 +00:00
}
INSTALL()
{
mkdir -p $appsDir/MeV
cp -r app/* $appsDir/MeV
addAppDeskbarSymlink $appsDir/MeV/MeV
}