mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
timgmsoundfont: update recipe
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
Any copyright is dedicated to the Public Domain.
|
||||
http://creativecommons.org/publicdomain/zero/1.0/
|
||||
@@ -2,13 +2,12 @@ SUMMARY="A good quality General Midi Soundfont"
|
||||
DESCRIPTION="A good quality General Midi Soundfont."
|
||||
HOMEPAGE="http://ocmnet.com/saxguru/Timidity.htm"
|
||||
LICENSE="Public Domain"
|
||||
# TODO: Remove "licenses" directory once updated to the current Haiku, since
|
||||
# there "Public Domain" is included.
|
||||
COPYRIGHT="2004 Tim Brechbill"
|
||||
SRC_URI="http://ocmnet.com/saxguru/TimGM6mb.sf2#noarchive"
|
||||
CHECKSUM_MD5="1f569cc40159a6bd9250f816225ae222"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
ARCHITECTURES="any"
|
||||
DISABLE_SOURCE_PACKAGE=yes
|
||||
|
||||
PROVIDES="
|
||||
timgmsoundfont = $portVersion compat >= 0
|
||||
@@ -19,7 +18,6 @@ BUILD_REQUIRES="
|
||||
cmd:cp
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD()
|
||||
@@ -30,7 +28,7 @@ BUILD()
|
||||
INSTALL()
|
||||
{
|
||||
synthDir=$dataDir/synth
|
||||
mkdir $synthDir
|
||||
mkdir -p $synthDir
|
||||
cp TimGM6mb.sf2 "$portDir/sources/Installing alternative sound fonts" \
|
||||
$synthDir
|
||||
ln -s TimGM6mb.sf2 $synthDir/big_synth.sy
|
||||
|
||||
Reference in New Issue
Block a user