pkgname=qjackctl pkgver=0.5.5 pkgrel=1 pkgdesc="A Qt front-end for the JACK low-latency audio server" url="https://qjackctl.sourceforge.io/" arch=('x86_64') license=('GPL') depends=('jack' 'qt5-base' 'qt5-x11extras') makedepends=('qt5-tools') options=('!makeflags') categories=('multimedia') source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz") sha1sums=('d88d5739826d9c0f2dbe199862ec050606a6b6e0') 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} }