1
0
forked from ports/contrib

23 lines
458 B
Plaintext
Raw Normal View History

2006-11-20 07:26:53 +10:00
# Description: A real-time software synthesizer.
# URL: http://www.fluidsynth.org/
# Maintainer: unmaintained
2006-11-20 07:26:53 +10:00
# Packager: Olle Gustafsson <ogg at linux dot se>
#
2006-11-14 09:01:22 +10:00
# Depends on:
name=fluidsynth
version=1.0.7a
release=1
source=(http://savannah.nongnu.org/download/fluid/$name-$version.tar.gz)
build() {
2006-11-20 07:26:53 +10:00
cd $name-1.0.7
2006-11-14 09:01:22 +10:00
2006-11-20 07:26:53 +10:00
./configure \
--prefix=/usr \
--disable-nls
2006-11-14 09:01:22 +10:00
2006-11-20 07:26:53 +10:00
make && make DESTDIR=$PKG install
chown -R root:root $PKG
2006-11-14 09:01:22 +10:00
}