contrib/fluidsynth/Pkgfile

21 lines
522 B
Plaintext
Raw Normal View History

2006-11-19 22:26:53 +01:00
# Description: A real-time software synthesizer.
2008-04-13 20:58:45 +02:00
# URL: http://www.fluidsynth.org/
# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net
# Packager: Olle Gustafsson <ogg at linux dot se>
2006-11-14 00:01:22 +01:00
# Depends on:
name=fluidsynth
2008-04-13 20:58:45 +02:00
version=1.0.8
2006-11-14 00:01:22 +01:00
release=1
source=(http://savannah.nongnu.org/download/fluid/$name-$version.tar.gz)
build() {
2008-04-13 20:58:45 +02:00
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man \
--disable-debug \
--disable-nls
make
make DESTDIR=$PKG install
2006-11-14 00:01:22 +01:00
}