summaryrefslogtreecommitdiffstats
path: root/extra/fluidsynth/Pkgfile
diff options
context:
space:
mode:
authorfanch <fanchyannmaria at orange dot fr>2010-06-12 19:22:30 +0200
committerfanch <fanchyannmaria at orange dot fr>2010-06-12 19:22:30 +0200
commit4222208eac7e2dbfed7ecf7063998fd3fe7e3d04 (patch)
tree5b68ee8298cd0af2408c481212ddaecc36f7b6e1 /extra/fluidsynth/Pkgfile
parent7d607e5fda9f21eff8fa7f4959fffb965791db2a (diff)
downloadnutyx-extra-4222208eac7e2dbfed7ecf7063998fd3fe7e3d04.tar.gz
nutyx-extra-4222208eac7e2dbfed7ecf7063998fd3fe7e3d04.tar.bz2
nutyx-extra-4222208eac7e2dbfed7ecf7063998fd3fe7e3d04.tar.xz
nutyx-extra-4222208eac7e2dbfed7ecf7063998fd3fe7e3d04.zip
ajout de fluidsynth#1.1.1-1
Diffstat (limited to 'extra/fluidsynth/Pkgfile')
-rw-r--r--extra/fluidsynth/Pkgfile25
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
+}