summaryrefslogtreecommitdiff
path: root/extra/qsynth/PKGBUILD
blob: 781def0d390875d014a5f6c97d9e66e6b8d10392 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $Id: PKGBUILD 85922 2010-07-22 10:34:18Z schiv $
# Maintainer: Ray Rashif <schivmeister@gmail.com>
# Contributor: damir <damir@archlinux.org>

pkgname=qsynth
pkgver=0.3.5
pkgrel=1
pkgdesc="Qt GUI for fluidsynth"
arch=('i686' 'x86_64')
url="http://qsynth.sourceforge.net/qsynth-index.html"
license=('GPL')
depends=('fluidsynth' 'qt')
options=('!makeflags')
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
md5sums=('e1566eecf7bf3869211783cfe7a327b5')

build() {
  cd "${srcdir}/${pkgname}-${pkgver}"
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR="${pkgdir}" install
}