mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
lilv: build with waf3
This commit is contained in:
parent
1e8cd67d81
commit
39aa1f5b33
1 changed files with 3 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
||||||
pkgname=lilv
|
pkgname=lilv
|
||||||
version=0.24.6
|
version=0.24.6
|
||||||
revision=1
|
revision=1
|
||||||
build_style=waf
|
build_style=waf3
|
||||||
configure_args="--dyn-manifest"
|
configure_args="--dyn-manifest"
|
||||||
hostmakedepends="pkg-config python"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="python-devel serd-devel sord-devel sratom-devel lv2"
|
makedepends="python-devel serd-devel sord-devel sratom-devel lv2"
|
||||||
short_desc="Simple yet powerful C API for using LV2 plugins"
|
short_desc="Simple yet powerful C API for using LV2 plugins"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
@ -16,6 +16,7 @@ checksum=5f544cf79656e0782a03a2cc7ab1d31a93f36d71d4187bd427ade8d7b55370dc
|
||||||
post_install() {
|
post_install() {
|
||||||
vmkdir usr/share/bash-completion/completions
|
vmkdir usr/share/bash-completion/completions
|
||||||
mv ${DESTDIR}/usr/etc/bash_completion.d/* ${DESTDIR}/usr/share/bash-completion/completions
|
mv ${DESTDIR}/usr/etc/bash_completion.d/* ${DESTDIR}/usr/share/bash-completion/completions
|
||||||
|
mv ${DESTDIR}/${py3_lib} ${DESTDIR}/${py2_lib}
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue