1 # Maintainer: Ray Rashif <schiv@archlinux.org>
6 pkgdesc="LV2/DSSI/LADSPA plug-ins suite and standalone JACK host"
8 url="http://calf.sf.net/"
10 depends=('libglade' 'lash')
11 makedepends=('pkg-config' 'ladspa' 'dssi' 'lv2core')
12 source=(http://downloads.sf.net/$pkgname/$pkgname-$pkgver.tar.gz)
13 md5sums=('780854561dad1cb873041d7a0b98cbcd')
14 sha1sums=('304585f5c99135914995efefc585fe7befee0985')
17 cd "$srcdir/$pkgname-$pkgver"
19 ./configure --prefix=/usr \
25 cd "$srcdir/$pkgname-$pkgver"
27 make DESTDIR="$pkgdir/" install
29 rm "$pkgdir/usr/share/icons/hicolor/icon-theme.cache"
32 # vim:set ts=2 sw=2 et: