diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-06-12 23:45:59 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-06-12 23:45:59 +0200 |
commit | c616016c2c828f3a2ab27bf8f03f1b8fc1de64c6 (patch) | |
tree | 8e5412e836dae31580c4478503b881dcc7500800 /extra/fluidsynth/Pkgfile | |
parent | 8e32f859dc11b525eda35e038103421331702c31 (diff) | |
parent | 3472733e06923fff8f45fadef0b82d255574f794 (diff) | |
download | nutyx-pakxe-c616016c2c828f3a2ab27bf8f03f1b8fc1de64c6.tar.gz nutyx-pakxe-c616016c2c828f3a2ab27bf8f03f1b8fc1de64c6.tar.bz2 nutyx-pakxe-c616016c2c828f3a2ab27bf8f03f1b8fc1de64c6.tar.xz nutyx-pakxe-c616016c2c828f3a2ab27bf8f03f1b8fc1de64c6.zip |
Merge commit 'fanch/master'
Diffstat (limited to 'extra/fluidsynth/Pkgfile')
-rw-r--r-- | extra/fluidsynth/Pkgfile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/extra/fluidsynth/Pkgfile b/extra/fluidsynth/Pkgfile new file mode 100644 index 000000000..d66dcbf69 --- /dev/null +++ b/extra/fluidsynth/Pkgfile @@ -0,0 +1,25 @@ + +# Description: un synthétiseur basé sur "SoundFont" +# URL:http://www.fluidsynth.org/ +# Maintainer: NuTyX core team +# Packager: fanch +# Depends on: glib, jack, 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 +} |