/usr/lib/pkgconfig/libgpod-1.0.pc is in libgpod-dev 0.8.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 | prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: libgpod
Description: A library to manipulate songs and playlists stored on an ipod
Version: 0.8.2
Requires: glib-2.0 >= 2.8.0 gobject-2.0 gdk-pixbuf-2.0 libimobiledevice-1.0
Libs: -L${libdir} -lgpod
Cflags: -I${includedir}/gpod-1.0
|