pkgname=qsynth pkgver=0.5.4 pkgrel=1 pkgdesc="Qt GUI for fluidsynth" arch=('x86_64') url="https://qsynth.sourceforge.io/" license=('GPL') depends=('fluidsynth' 'qt5-base' 'qt5-x11extras' 'hicolor-icon-theme') makedepends=('qt5-tools') categories=('multimedia') source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz) sha1sums=('abfcbb3ef9b9c5a70145d8e943617697dd6cbee7') build() { cd $pkgname-$pkgver ./configure --prefix=/usr make } package() { cd $pkgname-$pkgver make DESTDIR=$pkgdir install install -t "${pkgdir}/usr/share/doc/${pkgname}" \ -vDm644 {AUTHORS,ChangeLog,README,TODO,TRANSLATORS} }