/usr/lib/pkgconfig/ORBit-2.0.pc is in liborbit2-dev 1:2.14.19-0.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
orbit_idl=${exec_prefix}/bin/orbit-idl-2
Name: ORBit-2.0
Description: High-performance CORBA Object Request Broker.
Version: 2.14.19
Requires: glib-2.0 gthread-2.0 gobject-2.0
Requires.private: gmodule-no-export-2.0
Libs: -L${libdir} -lORBit-2
Libs.private: -lm
Cflags: -I${includedir}/orbit-2.0 -DORBIT2=1
|