aboutsummaryrefslogtreecommitdiffstats
path: root/fluidsynth/Pkgfile
blob: 31c2faeffeaaccc5bfb185c09e65bd0dfb2e4995 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Description: Synthétiseur logiciel temp-réel basé sur les spécifications SoundFont 2.
# URL: http://www.fluidsynth.org/
# Maintainer: piernov <piernov@piernov.org>
# Packager: piernov <piernov@piernov.org>
# Depends on: glib, pulseaudio, jack2, alsa-lib, dbus, libsndfile, cmake
# Run on: glib,pulseaudio,jack2,alsa-lib,dbus,libsndfile

name=fluidsynth
version=1.1.5
release=1
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)

build() {
	cd $name-$version
	cmake . -DCMAKE_INSTALL_PREFIX=/usr \
		-DCMAKE_BUILD_TYPE=Release \
		-Denable-ladspa=OFF \
		-DLIB_SUFFIX=""
	make
	make DESTDIR=$PKG install
}