Files
haikuports/haiku-data/timgmsoundfont/timgmsoundfont-fixed.recipe
2016-07-10 19:51:57 +02:00

33 lines
648 B
Bash

SUMMARY="A good quality General Midi Soundfont"
DESCRIPTION="A good quality General Midi Soundfont."
HOMEPAGE="http://ocmnet.com/saxguru/Timidity.htm"
LICENSE="Public Domain"
COPYRIGHT="2004 Tim Brechbill"
SOURCE_URI="file://source/timgmsoundfont-fixed.zip"
CHECKSUM_SHA256="295ffbedb086a42fd09e747a7c0dcd26eea26edd2597f3a266d585f247b28893"
REVISION="5"
ARCHITECTURES="any"
DISABLE_SOURCE_PACKAGE=yes
PROVIDES="
timgmsoundfont = $portVersion compat >= 0
"
REQUIRES=""
BUILD_REQUIRES=""
BUILD_PREREQUIRES="cmd:cp"
BUILD()
{
true
}
INSTALL()
{
SYNTHFILE=TimGM6mb.sf2
synthDir=$dataDir/synth
mkdir -p $synthDir
cp ${SYNTHFILE} $synthDir
}