/usr/lib/x86_64-linux-gnu/pkgconfig/libbitcoin.pc is in libbitcoin-dev 2.0-2.4.
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 | prefix=/usr
exec_prefix=${prefix}
libdir=${prefix}/lib/x86_64-linux-gnu
includedir=${prefix}/include
Name: libbitcoin
Description: Rewrite bitcoin, make it super-pluggable, very easy to do and hack everything at every level, and very configurable.
URL: http://libbitcoin.dyne.org
Version: 1.0.10
Requires: libcurl
Cflags: -I${includedir} -std=c++11 -DLEVELDB_ENABLED
Libs: -L${libdir} -lbitcoin -lboost_thread -lboost_system -lboost_regex -lboost_filesystem -lpthread -lcurl -lleveldb
Libs.private: -lcrypto -ldl -lz
|