mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/cadence to 0.9.0-3
This commit is contained in:
parent
ec44c1a65b
commit
786450f7e6
1 changed files with 3 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
|||
# $Id$
|
||||
# Maintainer: David Runge <dave@sleepmap.de>
|
||||
# Contributor: Llewelyn Trahaearn <WoefulDerelict at GMail dot com>
|
||||
# Contributor: falkTX <falktx at gmail dot com>
|
||||
|
@ -8,7 +9,7 @@
|
|||
_name=Cadence
|
||||
pkgname=cadence
|
||||
pkgver=0.9.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="JACK toolbox for audio production."
|
||||
arch=('x86_64')
|
||||
url="https://kxstudio.linuxaudio.org/Applications:Cadence"
|
||||
|
@ -39,6 +40,6 @@ package() {
|
|||
cd "${pkgname}-${pkgver}"
|
||||
make DESTDIR="${pkgdir}" PREFIX=/usr install
|
||||
# docs
|
||||
install -t "${pkgdir}/usr/share/doc/${pgkname}/" -vDm 644 {README.md,TODO}
|
||||
install -vDm 644 {README.md,TODO} -t "${pkgdir}/usr/share/doc/${pkgname}/"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue