# $Id: PKGBUILD 77743 2012-10-14 09:43:37Z arodseth $ # Maintainer: Alexander Rødseth # Contributor: Ray Rashif pkgname=calf pkgver=0.0.19 _rc=8 pkgrel=1 pkgdesc='LV2/DSSI/LADSPA plug-ins suite and standalone JACK host' arch=('x86_64' 'i686') url='http://calf.sf.net/' license=('LGPL') depends=('libglade' 'fftw' 'lash' 'dssi' 'fluidsynth' 'hicolor-icon-theme' 'desktop-file-utils') makedepends=('lv2core' 'ladspa' 'dssi') source=("http://downloads.sf.net/$pkgname/$pkgname-$pkgver-rc$_rc.tar.gz") install=calf.install options=('!libtool') sha256sums=('57cb536a24a7b9df890dc665fd75c2f4d307859e55f3b25015c73cdc726a56b5') build() { cd $srcdir/$pkgname-$pkgver-rc$_rc ./configure --prefix=/usr --enable-experimental --enable-sse make } package() { cd $srcdir/$pkgname-$pkgver-rc$_rc make DESTDIR=$pkgdir install } # vim:set ts=2 sw=2 et: