This file is indexed.

/usr/lib/x86_64-linux-gnu/pkgconfig/cwidget.pc is in libcwidget-dev 0.5.17-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
12
13
14
15
16
17
18
prefix = /usr
exec_prefix = ${prefix}
bindir = ${exec_prefix}/bin
libdir = ${prefix}/lib/x86_64-linux-gnu
includedir = ${prefix}/include
PACKAGE = cwidget

pkgincludedir = ${includedir}/${PACKAGE}
pkglibdir = ${libdir}/${PACKAGE}


Name: CWidget
Description: High-level terminal UI library for C++
Version: 0.5.17
URL: http://cwidget.alioth.debian.org
Requires: sigc++-2.0
Libs: -L${libdir} -lcwidget -lncursesw
Cflags: -I${includedir} -I${pkglibdir}