freepats: further clean file layout
This commit is contained in:
parent
63e99bdeb5
commit
ef3fdd2247
1 changed files with 5 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'freepats'
|
# Template file for 'freepats'
|
||||||
pkgname="freepats"
|
pkgname="freepats"
|
||||||
version=20060219
|
version=20060219
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="${pkgname}"
|
wrksrc="${pkgname}"
|
||||||
short_desc="Free patch set for MIDI audio synthesis"
|
short_desc="Free patch set for MIDI audio synthesis"
|
||||||
maintainer="David <kalichakra@zoho.com>"
|
maintainer="David <kalichakra@zoho.com>"
|
||||||
|
@ -15,19 +15,14 @@ conf_files="/etc/freepats/freepats.cfg"
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir etc/freepats
|
vmkdir etc/freepats
|
||||||
vmkdir usr/share/examples/freepats
|
vmkdir usr/share/examples/freepats
|
||||||
vmkdir usr/share/timidity/freepats/Drum_000
|
vmkdir usr/share/freepats/Drum_000
|
||||||
vmkdir usr/share/timidity/freepats/Tone_000
|
vmkdir usr/share/freepats/Tone_000
|
||||||
|
|
||||||
vcopy "${wrksrc}/Drum_000/*" \
|
vcopy "${wrksrc}/Drum_000/*" \
|
||||||
usr/share/timidity/freepats/Drum_000
|
usr/share/freepats/Drum_000
|
||||||
vcopy "${wrksrc}/Tone_000/*" \
|
vcopy "${wrksrc}/Tone_000/*" \
|
||||||
usr/share/timidity/freepats/Tone_000
|
usr/share/freepats/Tone_000
|
||||||
|
|
||||||
vinstall ${wrksrc}/crude.cfg 644 etc/freepats freepats.cfg
|
vinstall ${wrksrc}/crude.cfg 644 etc/freepats freepats.cfg
|
||||||
vsconf ${FILESDIR}/timidity-freepats.cfg
|
vsconf ${FILESDIR}/timidity-freepats.cfg
|
||||||
}
|
}
|
||||||
|
|
||||||
# REMARKS:
|
|
||||||
# Timidity expects to find sound fonts under usr/share/timidity/<patchset>
|
|
||||||
# Thus, they are put there in this case. If this needs generalization, then
|
|
||||||
# it should work with timidity.
|
|
||||||
|
|
Loading…
Reference in a new issue