raul: fix indent lints, add license

This commit is contained in:
Michael Gehring 2017-07-16 15:48:20 +00:00
parent 4c62800cf4
commit bd6fe8e330
1 changed files with 6 additions and 2 deletions

View File

@ -12,12 +12,16 @@ homepage="http://drobilla.net/software/raul/"
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
checksum=0b35cd7bb6fb0b1ca0340be07678a2561888572c96cf4e4da4d8f4c03a20ba26
post_install() {
vlicense COPYING
}
raul-devel_package() {
depends="libglib-devel raul>=${version}_${revision}"
short_desc+=" - Development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}