2011-08-07 19:33:28 +08:00
|
|
|
pkgname=qsynth
|
2015-09-08 11:29:59 +08:00
|
|
|
pkgver=0.4.0
|
2011-08-07 19:33:28 +08:00
|
|
|
pkgrel=1
|
|
|
|
pkgdesc="Qt GUI for fluidsynth"
|
2014-01-02 23:25:41 +08:00
|
|
|
arch=('x86_64')
|
2011-08-07 19:33:28 +08:00
|
|
|
url="http://qsynth.sourceforge.net/qsynth-index.html"
|
|
|
|
license=('GPL')
|
2015-09-08 11:29:59 +08:00
|
|
|
depends=('fluidsynth' 'qt5-base' 'qt5-x11extras')
|
|
|
|
makedepends=('qt5-tools')
|
2012-03-16 22:51:37 +08:00
|
|
|
categories=('multimedia')
|
2011-08-07 19:33:28 +08:00
|
|
|
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
|
2015-09-08 11:29:59 +08:00
|
|
|
sha1sums=('a05399aa9f841a18b605c846c44a653b781773e1')
|
2011-08-07 19:33:28 +08:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
|
|
|
./configure --prefix=/usr
|
2014-01-02 23:25:41 +08:00
|
|
|
make
|
2011-08-07 19:33:28 +08:00
|
|
|
}
|
2014-01-02 23:25:41 +08:00
|
|
|
|
|
|
|
package() {
|
|
|
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
|
|
|
make DESTDIR="${pkgdir}" install
|
|
|
|
}
|