2 # Maintainer: Arch Linux Pro Audio <dev@archaudio.org>
3 # Contributor: Philipp Überbacher <hollunder at gmx dot at>
4 # Contributor: SpepS <dreamspepser at yahoo dot it>
10 pkgdesc="A lv2 host and a collection of lv2 plugins by Lars Luthman"
11 arch=('i686' 'x86_64')
12 url="http://ll-plugins.nongnu.org/index.html"
14 provides=('ll-plugins' 'lv2-ll')
15 conflicts=('ll-plugins' 'lv2-ll')
16 depends=('gtkmm' 'lv2-c++-tools' 'libsigc++' 'lash' 'jack' 'lv2core')
17 source=(http://download.savannah.gnu.org/releases/ll-plugins/ll-plugins-0.2.8.tar.bz2)
18 md5sums=('56e7f4a62fce6b22b4acdb02ba06669c')
22 export LDFLAGS="${LDFLAGS} -ldl"
23 cd "${srcdir}/${_realname}-${pkgver}"
25 ./configure --prefix="/usr"
31 cd "${srcdir}/${_realname}-${pkgver}"
32 make DESTDIR="${pkgdir}" install