Location of pk files.

I would like to create my own Freeciv client. Freeciv project use automake-autoconf-etc, which use pkg-config. I checked locations given in manual for pkg-config and found only files for udev and few more. There’s no .pk files for gtk+ or qt, which I use, so where are placed .pk files?

Another question is how deliver .pk file to users? Should it be placed in the same package that library or library name with -devel sufix?

Hi
They are *.pc not pk… they live in /usr/lib{64}/pkgconfig/

Again, *.pc files are in the devel package in the above directory.