/usr/lib/pkgconfig/gdome2.pc is in libgdome2-dev 0.8.1+debian-6.
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=${exec_prefix}/lib
includedir=${prefix}/include
Name: gdome2
Description: DOM level2 library for accessing XML files
Version: 0.8.1
Requires: glib-2.0 >= 2.2.0, libxml-2.0 >= 2.4.26
Libs: -L${libdir} -lgdome
Cflags: -I${includedir}/libgdome
|