Files
haikuports/haiku-data/timgmsoundfont/timgmsoundfont-fixed.recipe
JackBurton b4ae54358d Use fixed timgmsoundfont from Pete Goodeve.
Updated recipe: remove symlink, use local data.
2014-10-06 14:59:59 +02:00

33 lines
638 B
Plaintext

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"
SRC_URI="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
}