/usr/lib/pkgconfig/valgrind.pc is in valgrind 1:3.12.0~svn20160714-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 | prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include/valgrind
arch=amd64
os=linux
platform=amd64-linux
valt_load_address=0x38000000
Name: Valgrind
Description: A dynamic binary instrumentation framework
Version: 3.12.0.SVN
Requires:
Libs: -L${libdir}/valgrind -lcoregrind-amd64-linux -lvex-amd64-linux -lgcc
Cflags: -I${includedir}
|