mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/jack_capture to 0.9.73-6
This commit is contained in:
parent
163b5820c6
commit
61db89ca62
1 changed files with 4 additions and 3 deletions
|
@ -10,11 +10,12 @@
|
||||||
|
|
||||||
pkgname=jack_capture
|
pkgname=jack_capture
|
||||||
pkgver=0.9.73
|
pkgver=0.9.73
|
||||||
pkgrel=5
|
pkgrel=6
|
||||||
pkgdesc="Simple command line tool to record JACK audio output to a file"
|
pkgdesc="Simple command line tool to record JACK audio output to a file"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/kmatheussen/jack_capture"
|
url="https://github.com/kmatheussen/jack_capture"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
|
groups=('pro-audio')
|
||||||
depends=('jack' 'lame' 'liblo')
|
depends=('jack' 'lame' 'liblo')
|
||||||
optdepends=('meterbridge: levels monitor'
|
optdepends=('meterbridge: levels monitor'
|
||||||
'zenity: gtk2 gui')
|
'zenity: gtk2 gui')
|
||||||
|
@ -31,8 +32,8 @@ package(){
|
||||||
cd "${pkgname}-${pkgver}"
|
cd "${pkgname}-${pkgver}"
|
||||||
make PREFIX='/usr' DESTDIR="${pkgdir}" install
|
make PREFIX='/usr' DESTDIR="${pkgdir}" install
|
||||||
# gtk2 gui
|
# gtk2 gui
|
||||||
install -vDm755 "${pkgname}_gui" "${pkgdir}/usr/bin/${pkgname}_gui"
|
install -vDm 755 "${pkgname}_gui" "${pkgdir}/usr/bin/${pkgname}_gui"
|
||||||
# doc
|
# doc
|
||||||
install -vDm644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
|
install -vDm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}/"
|
||||||
}
|
}
|
||||||
# vim:set ts=2 sw=2 et:
|
# vim:set ts=2 sw=2 et:
|
||||||
|
|
Loading…
Reference in a new issue