mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
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 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libtommath'
|
# Template file for 'libtommath'
|
||||||
pkgname=libtommath
|
pkgname=libtommath
|
||||||
version=1.0.1
|
version=1.0.1
|
||||||
revision=1
|
revision=2
|
||||||
hostmakedepends="libtool"
|
hostmakedepends="libtool"
|
||||||
short_desc="A portable number theoretic multiple-precision integer library"
|
short_desc="A portable number theoretic multiple-precision integer library"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
|
@ -34,6 +34,7 @@ libtommath-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue