contrib/fluidsynth/Pkgfile

21 lines
499 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/
2010-01-08 10:09:10 +01:00
# Maintainer: Jose V Beneyto, sepen at crux dot nu
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
2011-01-03 10:54:45 +01:00
version=1.1.3
2006-11-14 00:01:22 +01:00
release=1
2011-01-03 10:54:45 +01:00
source=(http://download.sourceforge.net/$name/$name-$version.tar.gz)
2006-11-14 00:01:22 +01:00
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
}