# Description: library for loading and wrapping LV2 plugin UIs # URL: http://drobilla.net # Maintainer: #teatime (irc.kyber.io), teatime at kyber dot io # Depends on: sratom lv2 name=suil version=0.8.4 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 }