From f87ab435eb966ec44eb006c48699e6ee90613286 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 9 Apr 2011 14:42:55 +0000 Subject: Sat Apr 9 14:42:55 UTC 2011 --- extra/qsynth/PKGBUILD | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) (limited to 'extra/qsynth/PKGBUILD') diff --git a/extra/qsynth/PKGBUILD b/extra/qsynth/PKGBUILD index 781def0d3..56524dc94 100644 --- a/extra/qsynth/PKGBUILD +++ b/extra/qsynth/PKGBUILD @@ -1,22 +1,25 @@ -# $Id: PKGBUILD 85922 2010-07-22 10:34:18Z schiv $ -# Maintainer: Ray Rashif +# $Id: PKGBUILD 118833 2011-04-08 10:15:47Z schiv $ +# Maintainer: Ray Rashif # Contributor: damir pkgname=qsynth -pkgver=0.3.5 +pkgver=0.3.6 pkgrel=1 -pkgdesc="Qt GUI for fluidsynth" +pkgdesc="Qt GUI for FluidSynth" arch=('i686' 'x86_64') -url="http://qsynth.sourceforge.net/qsynth-index.html" +url="http://qsynth.sourceforge.net/" license=('GPL') depends=('fluidsynth' 'qt') options=('!makeflags') -source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz) -md5sums=('e1566eecf7bf3869211783cfe7a327b5') +source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz") +md5sums=('3cba3c87463be75ac188ebc3c3023d12') build() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd "$srcdir/$pkgname-$pkgver" + ./configure --prefix=/usr - make || return 1 - make DESTDIR="${pkgdir}" install + make + make DESTDIR="$pkgdir/" install } + +# vim:set ts=2 sw=2 et: -- cgit v1.2.3-54-g00ecf