/usr/lib/pkgconfig/pion.pc is in libpion-dev 5.0.5+dfsg-1+b1.
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 | # pion configuration file for pkg-config
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
datarootdir=${prefix}/share
datadir=${prefix}/share
Name: pion
Description: a C++ framework for building lightweight HTTP interfaces
Version: 5.0.5
#Requires: boost-1.35
Libs: -Wl,-z,relro -ldl -Wl,-z,defs -lpthread -pthread -Wl,-E -L/usr/lib -lboost_thread -lboost_system -lboost_filesystem -lboost_regex -lboost_date_time -llog4cpp -lssl -lcrypto -lz -lbz2 -L${libdir} -lpion
Cflags: -D_FORTIFY_SOURCE=2 -pthread -D_REENTRANT -I/usr/include -I${includedir}
|