# Description: Soundfont player/synth for DSSI # URL: http://dssi.sourceforge.net/ # Maintainer: Vincenzo Colosimo, vico at bicisport dot de # Depends on: dssi, fluidsynth, gtk name=dssi-plugin-fluidsynth version=0.9.1 release=1 source=(http://dl.sourceforge.net/sourceforge/dssi/fluidsynth-dssi-${version}.tar.gz) build() { cd fluidsynth-dssi-$version ./configure --prefix=/usr --disable-nls make make DESTDIR=$PKG install }