PKGBUILDs/community/calf/PKGBUILD

33 lines
932 B
Bash
Raw Normal View History

2014-01-20 19:50:59 +00:00
# $Id$
2016-02-07 21:33:15 +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
2015-04-12 02:06:08 +00:00
pkgver=0.0.60
2016-05-01 00:48:48 +00:00
pkgrel=4
2014-01-20 19:50:59 +00:00
pkgdesc='LV2/DSSI/LADSPA plug-ins suite and standalone JACK host'
arch=('x86_64' 'i686')
2016-02-07 21:33:15 +00:00
url='http://calf-studio-gear.org/'
2014-01-20 19:50:59 +00:00
license=('LGPL')
depends=('libglade' 'fftw' 'lash' 'dssi' 'fluidsynth' 'hicolor-icon-theme' 'desktop-file-utils')
2015-12-10 04:28:12 +00:00
makedepends=('lv2' 'ladspa' 'dssi')
source=("http://calf-studio-gear.org/files/$pkgname-$pkgver.tar.gz")
2015-04-12 02:06:08 +00:00
sha256sums=('a9e7156740b71b31b5c81730b57c56b9ed03bf3eff98938b3a416c09c0e32e05')
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
2014-01-20 19:50:59 +00:00
# vim:set ts=2 sw=2 et: