diff options
Diffstat (limited to 'qsynth/Pkgfile')
-rw-r--r-- | qsynth/Pkgfile | 19 |
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 +} |