mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +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'
|
||||
pkgname=rav1e
|
||||
version=0.6.6
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cargo
|
||||
hostmakedepends="cargo-c"
|
||||
short_desc="Fastest and safest AV1 encoder"
|
||||
|
@ -33,6 +33,7 @@ rav1e-devel_package() {
|
|||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/include
|
||||
|
|
Loading…
Add table
Reference in a new issue