contrib/fluidsynth/Pkgfile

23 lines
458 B
Plaintext
Raw Normal View History

2006-11-19 22:26:53 +01:00
# Description: A real-time software synthesizer.
# URL: http://www.fluidsynth.org/
# Maintainer: unmaintained
2006-11-19 22:26:53 +01:00
# Packager: Olle Gustafsson <ogg at linux dot se>
#
2006-11-14 00:01:22 +01: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-19 22:26:53 +01:00
cd $name-1.0.7
2006-11-14 00:01:22 +01:00
2006-11-19 22:26:53 +01:00
./configure \
--prefix=/usr \
--disable-nls
2006-11-14 00:01:22 +01:00
2006-11-19 22:26:53 +01:00
make && make DESTDIR=$PKG install
chown -R root:root $PKG
2006-11-14 00:01:22 +01:00
}