xxHash: move pc file to devel

This commit is contained in:
Daniel Eyßer 2021-12-11 16:56:05 +01:00 committed by Duncan Overbruck
parent 4c1f2f350d
commit 990fc263cb

View File

@ -1,7 +1,7 @@
# Template file for 'xxHash' # Template file for 'xxHash'
pkgname=xxHash pkgname=xxHash
version=0.8.1 version=0.8.1
revision=1 revision=2
build_style=gnu-makefile build_style=gnu-makefile
make_use_env=yes make_use_env=yes
make_check_target="test" make_check_target="test"
@ -28,6 +28,7 @@ xxHash-devel_package() {
depends="libxxHash>=${version}_${revision}" depends="libxxHash>=${version}_${revision}"
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so" vmove "usr/lib/*.so"
vmove "usr/lib/*.a" vmove "usr/lib/*.a"
} }