libtommath: move pkg-config file to -devel pkg.

Closes #13971.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-04-30 08:42:53 -03:00 committed by Enno Boland
parent d965fdcecd
commit b73655c1fe
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'libtommath'
pkgname=libtommath
version=1.0.1
revision=1
revision=2
hostmakedepends="libtool"
short_desc="A portable number theoretic multiple-precision integer library"
maintainer="Leah Neukirchen <leah@vuxu.org>"
@ -34,6 +34,7 @@ libtommath-devel_package() {
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
}