contrib/fluidsynth/Pkgfile

22 lines
471 B
Plaintext
Raw Normal View History

2006-11-14 00:01:22 +01:00
# 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
}