diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-26 21:09:59 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-26 21:09:59 +0100 |
commit | 8e1055d0aac169737d43ffde989e3ec14ba5b602 (patch) | |
tree | 71d050ae96cdd45542abe9f0658955c7612e42a2 /extra/fluidsynth/Pkgfile | |
parent | 831e96fcca13e5f57dabe7257a7fe855ade118f6 (diff) | |
download | nutyx-extra-8e1055d0aac169737d43ffde989e3ec14ba5b602.tar.gz nutyx-extra-8e1055d0aac169737d43ffde989e3ec14ba5b602.tar.bz2 nutyx-extra-8e1055d0aac169737d43ffde989e3ec14ba5b602.tar.xz nutyx-extra-8e1055d0aac169737d43ffde989e3ec14ba5b602.zip |
fluidsynth, déplacé dans ouvert
Diffstat (limited to 'extra/fluidsynth/Pkgfile')
-rw-r--r-- | extra/fluidsynth/Pkgfile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/extra/fluidsynth/Pkgfile b/extra/fluidsynth/Pkgfile deleted file mode 100644 index b5fe2ab41..000000000 --- a/extra/fluidsynth/Pkgfile +++ /dev/null @@ -1,26 +0,0 @@ -# Description: un synthétiseur basé sur "SoundFont" -# URL:http://www.fluidsynth.org/ -# Maintainer: NuTyX core team -# Packager: fanch -# Depends on: glib, jack-audio-connection-kit, ladspa -# Run on: glib,jack-audio-connection-kit,ladspa - -name=fluidsynth -version=1.1.1 -release=1 -source=(http://savannah.nongnu.org/download/fluid/$name-$version.tar.gz - fluidsynth.conf fluidsynthd) - - -build() { - cd $SRC/$name-$version - ./configure --prefix=/usr \ - --enable-ladspa - make - make prefix=$PKG/usr install - install -Dm644 $SRC/fluidsynth.conf \ - $PKG/etc/conf.d/fluidsynth - install -Dm755 $SRC/fluidsynthd \ - $PKG/etc/rc.d/fluidsynth -} - |