contrib/fluidsynth/Pkgfile

21 lines
521 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
2008-05-26 09:47:54 +02:00
# Packager: Olle Gustafsson, ogg at linux dot se
2006-11-14 00:01:22 +01:00
# Depends on:
name=fluidsynth
2009-12-01 08:26:29 +01:00
version=1.1.0
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
}