PKGBUILDs/community/calf/PKGBUILD
2016-02-07 21:33:15 +00:00

34 lines
953 B
Bash

# $Id$
# Maintainer: Alexander F Rødseth <xyproto@archlinux.org>
# Contributor: Ray Rashif <schiv@archlinux.org>
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - remove --enable-sse from configure
pkgname=calf
pkgver=0.0.60
pkgrel=3
pkgdesc='LV2/DSSI/LADSPA plug-ins suite and standalone JACK host'
arch=('x86_64' 'i686')
url='http://calf-studio-gear.org/'
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")
install=calf.install
sha256sums=('a9e7156740b71b31b5c81730b57c56b9ed03bf3eff98938b3a416c09c0e32e05')
build() {
cd "$pkgname-$pkgver"
./configure --prefix=/usr --enable-experimental
make
}
package() {
make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
}
# getver: raw.githubusercontent.com/calf-studio-gear/calf/master/configure.ac
# vim:set ts=2 sw=2 et: