/usr/lib/pkgconfig/gss.pc is in libgss-dev 1.0.3-2.
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 | # Process this file with autoconf to produce a pkg-config metadata file.
# Copyright (C) 2003-2014 Simon Josefsson
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
# notice and this notice are preserved.
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: libgss
Description: Generic Security Service API Library.
URL: http://www.gnu.org/software/gss/
Version: 1.0.3
Libs: -L${libdir} -lgss
Cflags: -I${includedir}
|