mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
sci-libs/ogdi: install .pc file
Closes: https://bugs.gentoo.org/848015 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@@ -53,8 +53,16 @@ src_compile() {
|
||||
src_install() {
|
||||
mv "${S}"/bin/${TARGET}/*.so* "${S}"/lib/Linux/. || die "lib move failed"
|
||||
dobin "${S}"/bin/${TARGET}/*
|
||||
|
||||
insinto /usr/include
|
||||
doins ogdi/include/ecs.h ogdi/include/ecs_util.h
|
||||
|
||||
dolib.so lib/${TARGET}/lib*
|
||||
|
||||
insinto "/usr/$(get_libdir)/pkgconfig"
|
||||
doins ogdi.pc
|
||||
|
||||
dobin ogdi-config
|
||||
|
||||
einstalldocs
|
||||
}
|
||||
Reference in New Issue
Block a user