1################################################################################ 2# 3# fluid-soundfont 4# 5################################################################################ 6 7FLUID_SOUNDFONT_VERSION = 3.1 8FLUID_SOUNDFONT_SOURCE = fluid-soundfont_$(FLUID_SOUNDFONT_VERSION).orig.tar.gz 9# The http://www.hammersound.net archive site seems unreliable (show HTTP 500 10# error), and also publish the file in the sfArk format, which is inconvenient 11# to be used in automated build. We use here the Debian mirror publishing the 12# file in a more convenient format (inative sf2 in a tar.gz archive). 13FLUID_SOUNDFONT_SITE = http://http.debian.net/debian/pool/main/f/fluid-soundfont 14FLUID_SOUNDFONT_LICENSE = MIT 15FLUID_SOUNDFONT_LICENSE_FILES = COPYING 16 17define FLUID_SOUNDFONT_INSTALL_TARGET_CMDS 18 $(INSTALL) -D -m 0644 $(@D)/FluidR3_GM.sf2 $(TARGET_DIR)/usr/share/soundfonts/FluidR3_GM.sf2 19endef 20 21$(eval $(generic-package)) 22