# Contributor: David Demelier # Maintainer: David Demelier pkgname=lv2 pkgver=1.16.0 pkgrel=0 pkgdesc="extensible open standard for audio plugins" url="https://lv2plug.in" arch="all" license="ISC" makedepends="python3 gtk+2.0-dev libsndfile-dev" subpackages="$pkgname-dev" source="http://lv2plug.in/spec/lv2-$pkgver.tar.bz2" build() { python3 waf configure --prefix=/usr python3 waf build } check() { python3 waf test } package() { python3 waf install --destdir="$pkgdir" } sha512sums="ead6d590cded5dd7a548d6ffe0f2f9f8efadfa7bb9e8b4fa0aea6664ccdfbb3ca697514bddebe695a9442fba5b62714b5cd45c1bf7d0aaef12ffe50972c2d88c lv2-1.16.0.tar.bz2"