This file is indexed.

/usr/lib/pkgconfig/spatialite.pc is in libspatialite-dev 3.0.0~beta20110817-3.

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
# Package Information for pkg-config

prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Name: spatialite
Description: Spatial SQL database engine based on SQLite
Version: 3.0.0
Libs: -L${libdir} -lspatialite -lsqlite3 -lm
Cflags: -I${includedir}