mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
libvpx: rename subpackages to libvpx6-*
This commit is contained in:
parent
bea542b07f
commit
28ba8f1033
3 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
||||||
pkgname=libvpx6
|
pkgname=libvpx6
|
||||||
reverts="1.10.0_1"
|
reverts="1.10.0_1"
|
||||||
version=1.9.0
|
version=1.9.0
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc=libvpx-${version}
|
wrksrc=libvpx-${version}
|
||||||
hostmakedepends="perl yasm"
|
hostmakedepends="perl yasm"
|
||||||
short_desc="VP8 and VP9 video codec"
|
short_desc="VP8 and VP9 video codec"
|
||||||
|
@ -44,14 +44,14 @@ do_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
libvpx-tools_package() {
|
libvpx6-tools_package() {
|
||||||
short_desc+=" - tools"
|
short_desc+=" - tools"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin
|
vmove usr/bin
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
libvpx-devel_package() {
|
libvpx6-devel_package() {
|
||||||
depends="libvpx6>=${version}_${revision}"
|
depends="libvpx6>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue