#!/bin/shNAME="lv2"DESC="extensible open standard for audio plugins"MAKEDEPS="python gtk2 libsndfile gcovr"PKG_VER=1.18.2
SOURCE="http://lv2plug.in/spec/lv2-$PKG_VER.tar.bz2"
build(){python3wafconfigure--prefix=/usr-T
python3wafbuild
}
check(){python3waftest}
package(){python3wafinstall--destdir="$PKG_DEST"}