Improved MeV recipe.

- Imroved summary
- Moved makefile_engine to BUILD_PREREQUIRES
- Sorted BUILD_PREREQUIRES
- Set mimetype of example songs
This commit is contained in:
Humdinger
2015-03-16 18:49:21 +01:00
parent b4ab53dfbb
commit ee53aacf5d

View File

@@ -1,4 +1,4 @@
SUMMARY="A Media sequencer"
SUMMARY="A MIDI/Media sequencer"
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 \
@@ -7,7 +7,7 @@ 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"
REVISION="2"
ARCHITECTURES="?x86 x86_gcc2"
PROVIDES="
@@ -17,17 +17,18 @@ PROVIDES="
BUILD_REQUIRES="
haiku_devel
makefile_engine
"
BUILD_PREREQUIRES="
cmd:make
makefile_engine
cmd:gcc
cmd:make
"
BUILD()
{
build.sh
addattr -t mime BEOS:TYPE application/x-vnd.BeUnited.MeV-Document app/songs/*
}
INSTALL()