This file is indexed.

/usr/lib/x86_64-linux-gnu/pkgconfig/libmowgli.pc is in libmowgli-dev 1.0.0-4.

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
prefix=/usr
exec_prefix=${prefix}
datarootdir=${prefix}/share
data_dir=${datarootdir}/libmowgli

version=1.0.0
include_dir=${prefix}/include/libmowgli
lib_dir=${prefix}/lib/x86_64-linux-gnu

Name: libmowgli
Description: A library which contains many utility functions and classes.
Version: 1.0.0
Libs: -L${lib_dir} -lmowgli
Cflags: -I${include_dir}