/usr/lib/pkgconfig/grits.pc is in libgrits-dev 0.7-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 | prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: Grits
Description: Grits is a Virtual Globe library
Version: 0.7
Requires: gmodule-2.0 gtk+-2.0 libsoup-2.4
Libs: -L${libdir} -lgrits -lGL -lGLU
Cflags: -I${includedir}/grits -DSYS_X11
|