diff options
author | piernov <piernov@piernov.org> | 2012-01-19 21:48:15 +0100 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-01-19 21:48:15 +0100 |
commit | 1404c72a87f8f55001b098b7f9f5145dfb637779 (patch) | |
tree | e4371c474b0be7e600679ba584c63dd7a82044de /fluidsynth/Pkgfile | |
parent | 8f2866dd9895d6a170d3b99cc15ffc155a414ed1 (diff) | |
download | nutyx-multimedia-1404c72a87f8f55001b098b7f9f5145dfb637779.tar.gz nutyx-multimedia-1404c72a87f8f55001b098b7f9f5145dfb637779.tar.bz2 nutyx-multimedia-1404c72a87f8f55001b098b7f9f5145dfb637779.tar.xz nutyx-multimedia-1404c72a87f8f55001b098b7f9f5145dfb637779.zip |
fluidsynth 1.1.5-1 ajout port
Diffstat (limited to 'fluidsynth/Pkgfile')
-rw-r--r-- | fluidsynth/Pkgfile | 21 |
1 files changed, 21 insertions, 0 deletions
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 <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 +} |