libtommath: move pkg-config file to -devel pkg.
Closes #13971. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
d965fdcecd
commit
b73655c1fe
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue