You are not logged in.
I've made a package of Fluidsynth because i need it for Muse,
No strange things and i haven't really tried it out yet.
I hope someone find it useful!
# Contributor: Johan Lennerås <it3lejo@ituniv.se>
pkgname=fluidsynth
pkgver=1.0.3
pkgrel=1
pkgdesc="FluidSynth is a real-time software synthesizer based on the SoundFont 2 specifications."
url="http://www.fluidsynth.org/"
depends=()
source=(http://resonance.org/~josh/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('fbdccd05e538626888e27b58d3bdbc2b')
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make prefix=$startdir/pkg/usr install
}
Offline