/usr/lib/x86_64-linux-gnu/pkgconfig/openpgm-5.2.pc is in libpgm-dev 5.2.122~dfsg-2.
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 | prefix=/usr
exec_prefix=${prefix}
libdir=${prefix}/lib/x86_64-linux-gnu
includedir=${prefix}/include
Name: OpenPGM
Description: PGM Protocol Library.
Version: 5.2.122
# packagers may wish to move -lpthread -lm to Libs.private for platforms with
# versions of pkg-config that support static linking.
Libs: -L${libdir} -lpgm -lpthread -lm
Cflags: -I${includedir}/pgm-5.2 -I${libdir}/pgm-5.2/include
|