mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
vamp-plugin-sdk: rebuild for musl
This commit is contained in:
parent
1f2aec0611
commit
9002f21fbd
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'vamp-plugin-sdk'
|
# Template file for 'vamp-plugin-sdk'
|
||||||
pkgname=vamp-plugin-sdk
|
pkgname=vamp-plugin-sdk
|
||||||
version=2.2
|
version=2.2
|
||||||
revision=6
|
revision=7
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libsndfile-devel"
|
makedepends="libsndfile-devel"
|
||||||
|
@ -14,7 +14,7 @@ checksum=601d9d9f859b3232afda63ca099e51d81202556bbb0ee275a9aab14bf3d6c766
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
vlicense COPYING LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
libvamp-plugin-sdk_package() {
|
libvamp-plugin-sdk_package() {
|
||||||
|
@ -28,9 +28,9 @@ vamp-plugin-sdk-devel_package() {
|
||||||
depends="libsndfile-devel libvamp-plugin-sdk>=${version}_${revision}"
|
depends="libsndfile-devel libvamp-plugin-sdk>=${version}_${revision}"
|
||||||
short_desc+=" - Development files"
|
short_desc+=" - Development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue