# Description: library to make the use of LV2 plugins as simple as possible # URL: http://drobilla.net # Maintainer: #teatime (irc.kyber.io), teatime at kyber dot io # Depends on: sratom lv2 name=lilv version=0.24.2 release=1 source=(http://download.drobilla.net/$name-$version.tar.bz2) build() { cd $name-$version ./waf configure --prefix=/usr ./waf build $MAKEFLAGS ./waf install --destdir=$PKG rm -r $PKG/usr/etc/bash_completion.d/ }