# Description: A real-time software synthesizer. # URL: http://www.fluidsynth.org/ # Maintainer: Jose V Beneyto, sepen at crux dot nu # Packager: Olle Gustafsson, ogg at linux dot se # Depends on: name=fluidsynth version=1.1.3 release=1 source=(http://download.sourceforge.net/$name/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr \ --mandir=/usr/man \ --disable-debug \ --disable-nls make make DESTDIR=$PKG install }