2011-08-07 19:33:28 +08:00
|
|
|
# Moved from CCR
|
|
|
|
|
|
|
|
pkgname=qsynth
|
2013-04-17 15:58:40 +08:00
|
|
|
pkgver=0.3.7
|
2011-08-07 19:33:28 +08:00
|
|
|
pkgrel=1
|
|
|
|
pkgdesc="Qt GUI for fluidsynth"
|
|
|
|
arch=('i686' 'x86_64')
|
|
|
|
url="http://qsynth.sourceforge.net/qsynth-index.html"
|
|
|
|
license=('GPL')
|
|
|
|
depends=('fluidsynth' 'qt' 'portaudio')
|
2012-03-16 22:51:37 +08:00
|
|
|
categories=('multimedia')
|
2011-08-07 19:33:28 +08:00
|
|
|
options=('!makeflags')
|
|
|
|
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
|
2013-04-17 15:58:40 +08:00
|
|
|
md5sums=('a101a50a7ecfb7319482a5022df1d58b')
|
2011-08-07 19:33:28 +08:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
|
|
|
./configure --prefix=/usr
|
|
|
|
make || return 1
|
|
|
|
make DESTDIR="${pkgdir}" install
|
|
|
|
}
|