aboutsummaryrefslogtreecommitdiffstats
path: root/qsynth/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-01-19 21:48:33 +0100
committerpiernov <piernov@piernov.org>2012-01-19 21:48:33 +0100
commita2dac6db82a43790e905daaf5fe30bb9032b6fd9 (patch)
treed20f3f47362bc2ce6cb69c87feb7ac2385b0c3c5 /qsynth/Pkgfile
parent1404c72a87f8f55001b098b7f9f5145dfb637779 (diff)
downloadnutyx-multimedia-a2dac6db82a43790e905daaf5fe30bb9032b6fd9.tar.gz
nutyx-multimedia-a2dac6db82a43790e905daaf5fe30bb9032b6fd9.tar.bz2
nutyx-multimedia-a2dac6db82a43790e905daaf5fe30bb9032b6fd9.tar.xz
nutyx-multimedia-a2dac6db82a43790e905daaf5fe30bb9032b6fd9.zip
qsynth 0.3.6-1 ajout port
Diffstat (limited to 'qsynth/Pkgfile')
-rw-r--r--qsynth/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/qsynth/Pkgfile b/qsynth/Pkgfile
new file mode 100644
index 0000000..87cd73e
--- /dev/null
+++ b/qsynth/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Interface Qt pour FluidSynth.
+# URL: http://qsynth.sourceforge.net/
+# Maintainer: piernov <piernov@piernov.org>
+# Packager: piernov <piernov@piernov.org>
+# Depends on: qt, fluidsynth
+# Run on: qt,fluidsynth
+
+name=qsynth
+version=0.3.6
+release=1
+source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)
+
+build() {
+ unset MAKEFLAGS
+ cd $name-$version
+ ./configure --prefix=/usr
+ make -j1
+ make DESTDIR=$PKG install
+}