/usr/lib/x86_64-linux-gnu/pkgconfig/libgsasl.pc is in libgsasl7-dev 1.8.0-8ubuntu3.
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 19 | # Process this file with autoconf to produce a pkg-config metadata file.
# Copyright 2002-2012 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=/usr/lib/x86_64-linux-gnu
includedir=${prefix}/include
Name: libgsasl
Description: GNU Simple Authentication and Security Layer (SASL)
URL: http://www.gnu.org/software/gsasl/
Version: 1.8.0
Libs: -L${libdir} -lgsasl
Libs.private: -L/usr/lib/x86_64-linux-gnu -lidn -R/usr/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu -lntlm -R/usr/lib/x86_64-linux-gnu
Cflags: -I${includedir}
|