mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 02:27:15 +08:00
calf: 0.0.60 for multimedia group
This commit is contained in:
parent
30cfc0bc32
commit
6e5cd053ce
24
calf/PKGBUILD
Normal file
24
calf/PKGBUILD
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
# Contributions from Arch: https://projects.archlinux.org/svntogit/community.git/tree/trunk?h=packages/calf
|
||||||
|
|
||||||
|
pkgname=calf
|
||||||
|
pkgver=0.0.60
|
||||||
|
pkgrel=1
|
||||||
|
pkgdesc='LV2/DSSI/LADSPA plug-ins suite and standalone JACK host'
|
||||||
|
arch=('x86_64')
|
||||||
|
url='http://calf.sf.net/'
|
||||||
|
license=('LGPL')
|
||||||
|
depends=('libglade' 'fftw' 'lash' 'dssi' 'fluidsynth' 'hicolor-icon-theme' 'desktop-file-utils')
|
||||||
|
makedepends=('lv2' 'ladspa' 'dssi')
|
||||||
|
source=("http://calf-studio-gear.org/files/$pkgname-$pkgver.tar.gz")
|
||||||
|
sha256sums=('a9e7156740b71b31b5c81730b57c56b9ed03bf3eff98938b3a416c09c0e32e05')
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd "$pkgname-$pkgver"
|
||||||
|
|
||||||
|
./configure --prefix=/usr --enable-experimental --enable-sse
|
||||||
|
make
|
||||||
|
}
|
||||||
|
|
||||||
|
package() {
|
||||||
|
make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user