/usr/lib/pkgconfig/cwidget.pc is in libcwidget-dev 0.5.16-3.1ubuntu1.
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 = ${exec_prefix}/lib
includedir = ${prefix}/include
PACKAGE = cwidget
pkgincludedir = ${includedir}/${PACKAGE}
pkglibdir = ${libdir}/${PACKAGE}
Name: CWidget
Description: High-level terminal UI library for C++
Version: 0.5.16
URL: http://cwidget.alioth.debian.org
Requires: sigc++-2.0
Libs: -L${libdir} -lcwidget -lncursesw
Cflags: -I${includedir} -I${pkglibdir}
|