summaryrefslogtreecommitdiff
path: root/extra/qsynth
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-04-09 14:42:55 +0000
committerroot <root@rshg047.dnsready.net>2011-04-09 14:42:55 +0000
commitf87ab435eb966ec44eb006c48699e6ee90613286 (patch)
tree28582481a3d3b5d8d82425bc3930f58a0572ae42 /extra/qsynth
parent59075f0265483f32e9ac4c67ba9e69cb019ba044 (diff)
Sat Apr 9 14:42:55 UTC 2011
Diffstat (limited to 'extra/qsynth')
-rw-r--r--extra/qsynth/PKGBUILD23
1 files changed, 13 insertions, 10 deletions
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 <schivmeister@gmail.com>
+# $Id: PKGBUILD 118833 2011-04-08 10:15:47Z schiv $
+# Maintainer: Ray Rashif <schiv@archlinux.org>
# Contributor: damir <damir@archlinux.org>
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: