mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/carla to 2.5.8-3
This commit is contained in:
parent
aba4d47343
commit
639f002de9
2 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = carla
|
||||
pkgdesc = Audio Plugin Host
|
||||
pkgver = 2.5.8
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
url = https://kxstudio.linuxaudio.org/Applications:Carla
|
||||
arch = x86_64
|
||||
groups = pro-audio
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
pkgname=carla
|
||||
pkgver=2.5.8
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Audio Plugin Host"
|
||||
arch=(x86_64)
|
||||
url="https://kxstudio.linuxaudio.org/Applications:Carla"
|
||||
|
@ -91,5 +91,6 @@ package() {
|
|||
make NOOPT=true DEFAULT_QT=5 DESTDIR="$pkgdir" PREFIX=/usr install -C $pkgname
|
||||
install -vDm 644 $pkgname/README.md -t "$pkgdir/usr/share/doc/$pkgname/"
|
||||
find "$pkgdir" -type f -iname "*.so" -exec chmod +x {} +
|
||||
mv "$pkgdir"/usr/share/{appdata,metainfo}
|
||||
}
|
||||
# vim:set ts=2 sw=2 et:
|
||||
|
|
Loading…
Reference in a new issue