/usr/lib/pkgconfig/libmowgli.pc is in libmowgli-dev 0.7.1-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 | prefix=/usr
exec_prefix=${prefix}
datarootdir=${prefix}/share
data_dir=${datarootdir}/libmowgli
version=0.7.1
include_dir=${prefix}/include/libmowgli
lib_dir=${exec_prefix}/lib
Name: libmowgli
Description: A library which contains many utility functions and classes.
Version: 0.7.1
Libs: -L${lib_dir} -lmowgli
Cflags: -I${include_dir}
|