mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/carla to 2.5.2-2
This commit is contained in:
parent
6416311780
commit
e900c0ab75
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,7 @@ _name=Carla
|
||||||
pkgname=carla
|
pkgname=carla
|
||||||
_commit=3b9d8753861d90375315bf61f2f0625a5e5eb32f # refs/tags/v2.5.2
|
_commit=3b9d8753861d90375315bf61f2f0625a5e5eb32f # refs/tags/v2.5.2
|
||||||
pkgver=2.5.2
|
pkgver=2.5.2
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Audio Plugin Host"
|
pkgdesc="Audio Plugin Host"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="https://kxstudio.linuxaudio.org/Applications:Carla"
|
url="https://kxstudio.linuxaudio.org/Applications:Carla"
|
||||||
|
@ -41,5 +41,6 @@ package() {
|
||||||
|
|
||||||
make NOOPT=true DEFAULT_QT=5 DESTDIR="$pkgdir" PREFIX=/usr install -C $pkgname
|
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/"
|
install -vDm 644 $pkgname/README.md -t "$pkgdir/usr/share/doc/$pkgname/"
|
||||||
|
find "$pkgdir" -type f -iname "*.so" -exec chmod +x {} +
|
||||||
}
|
}
|
||||||
# vim:set ts=2 sw=2 et:
|
# vim:set ts=2 sw=2 et:
|
||||||
|
|
Loading…
Reference in a new issue