/usr/lib/x86_64-linux-gnu/pkgconfig/libdap.pc is in libdap-dev 3.15.1-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 | prefix=/usr
exec_prefix=${prefix}
libdir=${prefix}/lib/x86_64-linux-gnu
includedir=${prefix}/include
ccompiler=gcc
cppcompiler=g++
Name: libdap
Description: Common items for the OPeNDAP C++ implementation of the Data Access Protocol
Version: 3.15.1
Libs: -L${libdir} -ldap
Libs.private: -lpthread
Requires.private: libxml-2.0 >= 2.7.0
Cflags: -I${includedir}/libdap
|