# Template file for 'suil' pkgname=suil version=0.6.4 revision=4 build_style=waf hostmakedepends="pkg-config python lv2" makedepends="gtk+-devel qt-devel" short_desc="Lightweight C library for loading and wrapping LV2 plugin UIs" maintainer="Juan RP " license="BSD-style" homepage="http://drobilla.net/software/suil/" distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2" checksum=42b13627e9c17b697871724d0312fa0e23bec3a146bba9f53311c24c0e17ff8a suil-devel_package() { depends="suil>=${version}_${revision}" short_desc+=" - Development files" pkg_install() { vmove usr/include vmove usr/lib/pkgconfig vmove "usr/lib/*.so" } }