/usr/lib/x86_64-linux-gnu/pkgconfig/babeltrace-ctf.pc is in libbabeltrace-ctf-dev 1.3.2-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 | prefix=/usr
exec_prefix=${prefix}
libdir=${prefix}/lib/x86_64-linux-gnu
includedir=${prefix}/include
Name: Babeltrace CTF parser
Description: libbabeltrace-ctf provides the specific bits necessary to read a Common Trace Format (CTF) trace.
Version: 1.3.2
Requires: babeltrace
Requires.private:
Libs: -L${libdir} -lbabeltrace-ctf
Cflags: -I${includedir}
|