contrib/fluidsynth/Pkgfile
2007-01-20 12:21:06 +10:00

23 lines
499 B
Plaintext

# Description: A real-time software synthesizer.
# URL: http://www.fluidsynth.org/
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
# Packager: Olle Gustafsson <ogg at linux dot se>
#
# Depends on:
name=fluidsynth
version=1.0.7a
release=1
source=(http://savannah.nongnu.org/download/fluid/$name-$version.tar.gz)
build() {
cd $name-1.0.7
./configure \
--prefix=/usr \
--disable-nls
make && make DESTDIR=$PKG install
chown -R root:root $PKG
}