/usr/lib/x86_64-linux-gnu/pkgconfig/pugixml.pc is in libpugixml-dev 1.8.1-7.
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}
includedir=${prefix}/include/pugixml-1.8
libdir=${exec_prefix}/lib/pugixml-1.8
Name: pugixml
Description: Light-weight, simple and fast XML parser for C++ with XPath support.
URL: http://pugixml.org/
Version: 1.8
Cflags: -I${includedir}
Libs: -L${libdir} -lpugixml
|