community/calf to 0.0.60-3

This commit is contained in:
Kevin Mihelich 2016-02-07 21:33:15 +00:00
parent 2cebc545af
commit 1d579dea5b

View file

@ -1,16 +1,16 @@
# $Id$
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Maintainer: Alexander F Rødseth <xyproto@archlinux.org>
# Contributor: Ray Rashif <schiv@archlinux.org>
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - remove --enable-see from configure
# - remove --enable-sse from configure
pkgname=calf
pkgver=0.0.60
pkgrel=2
pkgrel=3
pkgdesc='LV2/DSSI/LADSPA plug-ins suite and standalone JACK host'
arch=('x86_64' 'i686')
url='http://calf.sf.net/'
url='http://calf-studio-gear.org/'
license=('LGPL')
depends=('libglade' 'fftw' 'lash' 'dssi' 'fluidsynth' 'hicolor-icon-theme' 'desktop-file-utils')
makedepends=('lv2' 'ladspa' 'dssi')
@ -29,4 +29,5 @@ 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: