mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +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>
|
# Maintainer: David Runge <dave@sleepmap.de>
|
||||||
# Contributor: Llewelyn Trahaearn <WoefulDerelict at GMail dot com>
|
# Contributor: Llewelyn Trahaearn <WoefulDerelict at GMail dot com>
|
||||||
# Contributor: falkTX <falktx at gmail dot com>
|
# Contributor: falkTX <falktx at gmail dot com>
|
||||||
|
@ -8,7 +9,7 @@
|
||||||
_name=Cadence
|
_name=Cadence
|
||||||
pkgname=cadence
|
pkgname=cadence
|
||||||
pkgver=0.9.0
|
pkgver=0.9.0
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="JACK toolbox for audio production."
|
pkgdesc="JACK toolbox for audio production."
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://kxstudio.linuxaudio.org/Applications:Cadence"
|
url="https://kxstudio.linuxaudio.org/Applications:Cadence"
|
||||||
|
@ -39,6 +40,6 @@ package() {
|
||||||
cd "${pkgname}-${pkgver}"
|
cd "${pkgname}-${pkgver}"
|
||||||
make DESTDIR="${pkgdir}" PREFIX=/usr install
|
make DESTDIR="${pkgdir}" PREFIX=/usr install
|
||||||
# docs
|
# 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