mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/audacity to 2.4.1-2
This commit is contained in:
parent
796606ab01
commit
cc4cb907a0
1 changed files with 4 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
pkgname=audacity
|
||||
pkgver=2.4.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
epoch=1
|
||||
pkgdesc="A program that lets you manipulate digital audio waveforms"
|
||||
arch=('x86_64')
|
||||
|
@ -67,4 +67,7 @@ package() {
|
|||
'libvorbisfile.so' 'libportSMF.so')
|
||||
cd "${pkgname}-${pkgver}"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
# install libnyquist plugins, missing since 2.4.0:
|
||||
# https://bugs.archlinux.org/task/66733
|
||||
install -vDm 644 plug-ins/*.ny -t "${pkgdir}/usr/share/${pkgname}/plug-ins"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue