From 1404c72a87f8f55001b098b7f9f5145dfb637779 Mon Sep 17 00:00:00 2001 From: piernov Date: Thu, 19 Jan 2012 21:48:15 +0100 Subject: fluidsynth 1.1.5-1 ajout port --- fluidsynth/Pkgfile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 fluidsynth/Pkgfile (limited to 'fluidsynth/Pkgfile') diff --git a/fluidsynth/Pkgfile b/fluidsynth/Pkgfile new file mode 100644 index 0000000..31c2fae --- /dev/null +++ b/fluidsynth/Pkgfile @@ -0,0 +1,21 @@ +# Description: Synthétiseur logiciel temp-réel basé sur les spécifications SoundFont 2. +# URL: http://www.fluidsynth.org/ +# Maintainer: piernov +# Packager: piernov +# 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 +} -- cgit v1.2.3-70-g09d2