updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / calf / PKGBUILD
blob1a6f2e3b25a7d44a2d778ac9a36f1e0c6ce50339
1 # Maintainer: Ray Rashif <schiv@archlinux.org>
3 pkgname=calf
4 pkgver=0.0.18.6
5 pkgrel=1
6 pkgdesc="LV2/DSSI/LADSPA plug-ins suite and standalone JACK host"
7 arch=('i686' 'x86_64')
8 url="http://calf.sf.net/"
9 license=('LGPL')
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')
16 build() {
17   cd "$srcdir/$pkgname-$pkgver"
19   ./configure   --prefix=/usr \
20               --enable-experimental
21   make
24 package() {
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: