mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
rav1e: move .a to -devel.
This commit is contained in:
parent
dd7515b6fb
commit
fe5c9ae4bf
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'rav1e'
|
# Template file for 'rav1e'
|
||||||
pkgname=rav1e
|
pkgname=rav1e
|
||||||
version=0.6.6
|
version=0.6.6
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="cargo-c"
|
hostmakedepends="cargo-c"
|
||||||
short_desc="Fastest and safest AV1 encoder"
|
short_desc="Fastest and safest AV1 encoder"
|
||||||
|
@ -33,6 +33,7 @@ rav1e-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
vmove "usr/lib/*.a"
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue