raul: fix indent lints, add license
This commit is contained in:
parent
4c62800cf4
commit
bd6fe8e330
1 changed files with 6 additions and 2 deletions
|
@ -12,12 +12,16 @@ homepage="http://drobilla.net/software/raul/"
|
||||||
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
|
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=0b35cd7bb6fb0b1ca0340be07678a2561888572c96cf4e4da4d8f4c03a20ba26
|
checksum=0b35cd7bb6fb0b1ca0340be07678a2561888572c96cf4e4da4d8f4c03a20ba26
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING
|
||||||
|
}
|
||||||
|
|
||||||
raul-devel_package() {
|
raul-devel_package() {
|
||||||
depends="libglib-devel raul>=${version}_${revision}"
|
depends="libglib-devel raul>=${version}_${revision}"
|
||||||
short_desc+=" - Development files"
|
short_desc+=" - Development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue