lilv: update to 0.24.2.
This commit is contained in:
parent
fa800a8a31
commit
70f1d14a29
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'lilv'
|
# Template file for 'lilv'
|
||||||
pkgname=lilv
|
pkgname=lilv
|
||||||
version=0.24.0
|
version=0.24.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=waf
|
build_style=waf
|
||||||
configure_args="--dyn-manifest"
|
configure_args="--dyn-manifest"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="http://drobilla.net/software/lilv/"
|
homepage="http://drobilla.net/software/lilv/"
|
||||||
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
|
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=fa60de536d3648aa3b1a445261fd77bd80d0246a071eed2e7ca51ea91a27fb9e
|
checksum=f7ec65b1c1f1734ded3a6c051bbaf50f996a0b8b77e814a33a34e42bce50a522
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vmkdir usr/share/bash-completion/completions
|
vmkdir usr/share/bash-completion/completions
|
||||||
|
@ -39,8 +39,8 @@ lilv-devel_package() {
|
||||||
depends="sord-devel liblilv>=${version}_${revision}"
|
depends="sord-devel liblilv>=${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…
Reference in New Issue