/usr/lib/x86_64-linux-gnu/pkgconfig/wxsqlite3-3.0.pc is in libwxsqlite3-3.0-dev 3.1.1~dfsg1-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 | # Package Information for pkg-config
prefix=/usr
wxver=3.0
includedir=${prefix}/include/wx-${wxver}/
libdir=${prefix}/lib/x86_64-linux-gnu
Name: wxsqlite3-3.0
Description: SQLite3 C++ wrapper for use in programs based on the wxWidgets
Version:
Requires: sqlite3
Libs: -L${libdir} -lwxsqlite3-3.0
Libs.private: -lpthread
Cflags: -I${includedir}
|