From f6a79a3f5989efc8db63af942851c56f0c462bb1 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 26 Feb 2012 23:15:00 +0000 Subject: Sun Feb 26 23:15:00 UTC 2012 --- extra/qsynth/PKGBUILD | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'extra/qsynth/PKGBUILD') diff --git a/extra/qsynth/PKGBUILD b/extra/qsynth/PKGBUILD index 56524dc94..3f1c7c379 100644 --- a/extra/qsynth/PKGBUILD +++ b/extra/qsynth/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 118833 2011-04-08 10:15:47Z schiv $ +# $Id: PKGBUILD 151340 2012-02-25 14:47:42Z pierre $ # Maintainer: Ray Rashif # Contributor: damir pkgname=qsynth pkgver=0.3.6 -pkgrel=1 +pkgrel=2 pkgdesc="Qt GUI for FluidSynth" arch=('i686' 'x86_64') url="http://qsynth.sourceforge.net/" @@ -19,6 +19,10 @@ build() { ./configure --prefix=/usr make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir/" install } -- cgit v1.2.3-54-g00ecf