mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
timidity-freepats: add recipe
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
SUMMARY="A set of sound fonts for use in audio synths"
|
||||
DESCRIPTION="FreePats is a project to create a free and open set of GUS \
|
||||
compatible patches that can be used with softsynths such as Timidity and WildMidi.
|
||||
|
||||
Eric A. Welsh uploaded an initial set of unencumbered patch files on \
|
||||
the 11th March 2004. See the missing pat list below and feel free to \
|
||||
contribute any GUS patches OR free and open wav files that can be \
|
||||
turned into patches or SoundFonts."
|
||||
HOMEPAGE="http://freepats.zenvoid.org"
|
||||
COPYRIGHT="Eric A. Welsh, Walt Gregg"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://freepats.zenvoid.org/freepats-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="500c61782ff4b22de6887c0a32e68dd98b511c4396ddf89e8cab482c7dcea89e"
|
||||
SOURCE_DIR="freepats"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
DISABLE_SOURCE_PACKAGE="yes"
|
||||
|
||||
PROVIDES="
|
||||
timidity_freepats = $portVersion
|
||||
"
|
||||
REQUIRES=""
|
||||
|
||||
BUILD_REQUIRES=""
|
||||
BUILD_PREREQUIRES="cmd:cp"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
true
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $dataDir/midi/freepats
|
||||
cp -R freepats.cfg Drum_000 Tone_000 $dataDir/midi/freepats
|
||||
}
|
||||
Reference in New Issue
Block a user