PKGBUILDs/community/calf/PKGBUILD

34 lines
904 B
Bash
Raw Normal View History

2014-01-20 19:50:59 +00:00
# $Id$
2018-06-06 12:51:17 +00:00
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
2014-01-20 19:50:59 +00:00
# Contributor: Ray Rashif <schiv@archlinux.org>
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
2016-02-07 21:33:15 +00:00
# - remove --enable-sse from configure
2014-01-20 19:50:59 +00:00
pkgname=calf
2017-11-06 13:33:54 +00:00
pkgver=0.90.0
2018-06-06 12:51:17 +00:00
pkgrel=3
2014-01-20 19:50:59 +00:00
pkgdesc='LV2/DSSI/LADSPA plug-ins suite and standalone JACK host'
2018-05-25 13:52:24 +00:00
arch=('x86_64')
2017-11-06 13:33:54 +00:00
url='https://calf-studio-gear.org/'
2018-06-06 12:51:17 +00:00
groups=('pro-audio' 'lv2-plugins')
2014-01-20 19:50:59 +00:00
license=('LGPL')
2018-06-06 12:51:17 +00:00
depends=('dssi' 'fftw' 'fluidsynth' 'libglade')
2017-11-06 13:33:54 +00:00
makedepends=('ladspa' 'lv2')
source=("https://calf-studio-gear.org/files/$pkgname-$pkgver.tar.gz")
sha256sums=('2b32007c4769b0bcc9898c088d26562b1ab1d57a68130d0235e7d27da4d83236')
2014-01-20 19:50:59 +00:00
build() {
2015-04-12 02:06:08 +00:00
cd "$pkgname-$pkgver"
2014-01-20 19:50:59 +00:00
./configure --prefix=/usr --enable-experimental
make
}
package() {
2015-04-12 02:06:08 +00:00
make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
2014-01-20 19:50:59 +00:00
}
2016-02-07 21:33:15 +00:00
# getver: raw.githubusercontent.com/calf-studio-gear/calf/master/configure.ac
2017-11-06 13:33:54 +00:00
# vim: ts=2 sw=2 et: