/usr/lib/pkgconfig/flatzebra-0.1.pc is in libflatzebra-dev 0.1.5-4build1.
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 | # .pc file for the pkg-config script for FlatZebra
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include/flatzebra-0.1
Name: FlatZebra
Description: Generic Game Engine library for 2D double-buffering animation
Version: 0.1.5
Libs: -L${libdir} -lflatzebra-0.1 -L/usr/lib/x86_64-linux-gnu -lSDL -lSDL_image -lSDL_mixer -lSDL_image -lSDL_mixer
Cflags: -I${includedir} -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT
|