[Lunar-commits] <moonbase-other> timidity-eawpatches: readded to -other
v4hn
me at v4hn.de
Fri Apr 5 10:47:31 CEST 2013
commit 68acb1ebefe5bd6b270e2382c06a90fc2b455e77
Author: v4hn <me at v4hn.de>
Date: Fri, 05 Apr 2013 01:47:17 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/68acb1ebefe5bd6b270e2382c06a90fc2b455e77
timidity-eawpatches: readded to -other
---
audio/timidity-eawpatches/BUILD | +19/-0
audio/timidity-eawpatches/DEPENDS | +1/-0
audio/timidity-eawpatches/DETAILS | +19/-0
3 files changed, 39 insertions(+)
--- /dev/null
+++ b/audio/timidity-eawpatches/BUILD
@@ -0,0 +1,19 @@
+INSTDIR="/usr/share/timidity/eawpatches" &&
+sedit "s;^dir.*;dir /usr/share/timidity/eawpatches;" linuxconfig/timidity.cfg &&
+
+prepare_install &&
+
+if [[ ! -d $INSTDIR ]]; then
+ mkdir -p $INSTDIR
+fi &&
+
+install -m 0644 *.pat ${INSTDIR}/ &&
+install -m 0644 *.cfg ${INSTDIR}/ &&
+
+for i in ethnic mazpat gsdrum08 gsdrum25 gsdrum40 \
+ gus power sfx wime; do
+ cp -r $i ${INSTDIR}/
+done &&
+
+install -m 0644 linuxconfig/timidity.cfg ${INSTDIR}/ &&
+ln -s ${INSTDIR}/timidity.cfg /usr/share/timidity/current
--- /dev/null
+++ b/audio/timidity-eawpatches/DEPENDS
@@ -0,0 +1 @@
+depends timidity++
--- /dev/null
+++ b/audio/timidity-eawpatches/DETAILS
@@ -0,0 +1,19 @@
+ MODULE=timidity-eawpatches
+ VERSION=12_full
+ SOURCE=eawpats$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/eawpats
+ SOURCE_URL[0]=ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo/distfiles/
+ SOURCE_URL[1]=http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/distfiles/
+ SOURCE_VFY=sha1:838fa08e405a65e988f4d576b086a3e4d99a4da0
+ WEB_SITE=ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo/distfiles/
+ ENTERED=20060322
+ UPDATED=20060322
+ SHORT="A collection of sound fonts for timidity by Eric A. Welsh"
+ LDD_CHECK=off
+ ARCHIVE=off
+
+cat << EOF
+This is Eric A. Welsh's collection of Gravis UltraSound MIDI patches,
+configured for use with the TiMidity++ MIDI player. A configuration file
+for TiMidity++ to use these patches is also included.
+EOF
More information about the Lunar-commits
mailing list