New package: soundfont-fluid-3.1
This commit is contained in:
parent
e1b2ca89c3
commit
7208b8f880
|
@ -0,0 +1,17 @@
|
|||
# Template file for 'soundfont-fluid'
|
||||
pkgname=soundfont-fluid
|
||||
version=3.1
|
||||
revision=1
|
||||
wrksrc="fluid-soundfont-${version}"
|
||||
short_desc="FluidR3 Soundfont"
|
||||
maintainer="Nick Hahn <nick.hahn@hotmail.de>"
|
||||
license="MIT"
|
||||
homepage="http://www.hammersound.net"
|
||||
distfiles="http://http.debian.net/debian/pool/main/f/fluid-soundfont/fluid-soundfont_${version}.orig.tar.gz"
|
||||
checksum=2621acaa1c78e4abdb24bdd163230cc577e61276936d6aa6e3180582142f0343
|
||||
|
||||
do_install() {
|
||||
vmkdir /usr/share/soundfonts
|
||||
vcopy *.sf2 /usr/share/soundfonts
|
||||
vlicense COPYING
|
||||
}
|
Loading…
Reference in New Issue