diff --git a/media-sound/timidity-freepats/timidity_freepats-20060219.recipe b/media-sound/timidity-freepats/timidity_freepats-20060219.recipe new file mode 100644 index 000000000..daf51f2fe --- /dev/null +++ b/media-sound/timidity-freepats/timidity_freepats-20060219.recipe @@ -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 +}