#Maintainer: George Vlahavas pkgname=fluidsynth pkgver=1.1.1 pkgrel=1gv source=(http://ftp.cc.uoc.gr/mirrors/nongnu.org/fluid/fluidsynth-$pkgver.tar.gz) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://fluidsynth.resonance.org/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "FluidSynth is a real-time software synthesizer" "FluidSynth is a real-time software synthesizer based on the SoundFont" "2 specifications. FluidSynth can read MIDI events from a MIDI input" "device and render them to an audio device using SoundFont instruments." "SoundFont files are composed of digital audio samples and additional" "instrument parameters. These files can be created or downloaded off" "the Internet. FluidSynth also has support for controlling effects in" "real time and can play MIDI files." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --disable-static --disable-oss-support --disable-jack-support --build=$arch-slackware-linux make || return 1 make install DESTDIR=$startdir/pkg }