updated on Sat Jan 21 08:01:15 UTC 2012
[aur-mirror.git] / swh-lv2 / PKGBUILD
bloba70c008b1bd06388f8cb4939db0f88f094c9ea2e
1 # Contributor: Ray Rashif <rayrashif@gmail.com>
3 pkgname=swh-lv2
4 pkgver=1.0.15
5 pkgrel=3
6 pkgdesc="Large and popular collection of LADSPA plug-ins ported to LV2"
7 url="http://plugin.org.uk/"
8 license=('GPL2')
9 arch=('i686' 'x86_64')
10 depends=('fftw' 'lv2core')
11 makedepends=('libxslt')
12 source=(http://plugin.org.uk/lv2/$pkgname-$pkgver.tar.gz)
13 md5sums=('c78f42c36d7bf2fb5b17f795ef9636d1')
15 build() {
16   cd $startdir/src/$pkgname-$pkgver
17   
18   make || return 1
19   make INSTALL_DIR=$startdir/pkg/usr/lib/lv2 install-system