/usr/lib/x86_64-linux-gnu/pkgconfig/audclient.pc is in libaudclient-dev 3.5~rc2-1.
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}
data_dir=${prefix}/share/libaudclient
version=3.5-rc2
audacious_include_dir=${prefix}/include
lib_dir=${prefix}/lib/x86_64-linux-gnu
Name: Audacious Client Library
Description: Remote control library for Audacious
Version: 3.5-rc2
Libs: -L${lib_dir} -laudclient
Cflags: -I${audacious_include_dir}
|