/usr/lib/pkgconfig/pd.pc is in puredata-dev 0.46.7-3.
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 16 17 18 19 20 21 22 | # Pure data pkg-config file
# LATER: shouldn't "--libs" output all flags for building an external?
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
###############################
# variables
# the default file-extension for externals (e.g. "l_i386")
extension=pd_linux
# where to install externals
externaldir=${libdir}/pd/extra
###############################
# core configuration
Name: pd
Description: Pure data externals
Version: 0.46.7
Cflags: -I${includedir}/pd -DPD
Libs:
|