19 lines
541 B
Bash
19 lines
541 B
Bash
# Template file for 'soundfont-fluid'
|
|
pkgname=soundfont-fluid
|
|
version=3.1
|
|
revision=4
|
|
short_desc="FluidR3 Soundfont"
|
|
maintainer="Nick Hahn <nick.hahn@hotmail.de>"
|
|
license="MIT"
|
|
homepage="http://www.hammersound.net"
|
|
distfiles="${DEBIAN_SITE}/main/f/fluid-soundfont/fluid-soundfont_${version}.orig.tar.gz"
|
|
checksum=2621acaa1c78e4abdb24bdd163230cc577e61276936d6aa6e3180582142f0343
|
|
|
|
do_install() {
|
|
vmkdir /usr/share/soundfonts
|
|
for file in FluidR3_GM.sf2 FluidR3_GS.sf2; do
|
|
vinstall "$file" 644 /usr/share/soundfonts
|
|
done
|
|
vlicense COPYING
|
|
}
|