/usr/lib/pkgconfig/ktoblzcheck.pc is in libktoblzcheck1-dev 1.47-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 14 15 16 17 18 19 20 21 22 23 24 25 | # pkg-config configuration for ktoblzcheck
# For information about the syntax, see pkg-config(1)
# General installation directories
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
datadir=${prefix}/share
bindir=${exec_prefix}/bin
# Particular variables of ktoblzcheck
pkgdatadir=${prefix}/share/ktoblzcheck
bankdatadir=/var/lib/ktoblzcheck1
bankdatafile=/var/lib/ktoblzcheck1/bankdata.txt
pythondir=${prefix}/lib/python2.7/dist-packages
# Human-readable name
Name: ktoblzcheck
# Human-readable description
Description: A library to check account numbers and bank codes of German banks.
Version: 1.47
Libs: -L${exec_prefix}/lib -lktoblzcheck
Cflags: -I${prefix}/include
|