This file is indexed.

/usr/lib/pkgconfig/aqbanking.pc is in libaqbanking-dev 5.6.12-1+b1.

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
26
27
28
29
30
31
32
33
# pkg-config configuration for aqbanking
# For information about the syntax, see pkg-config(1)

# General installation directories
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
pkgincludedir=${prefix}/include/aqbanking
datarootdir=${prefix}/share
datadir=${datarootdir}
bindir=${exec_prefix}/bin

# Particular variables of aqbanking
plugindir=${libdir}/aqbanking/plugins/35
pkgdatadir=${datadir}/aqbanking
all_includes=-I/usr/include/gwenhywfar4

# ... and particular variables of all included subpackages
aqbanking_libs=-L${libdir} -laqbanking
aqbanking_includes=-I${includedir}/aqbanking5
aqbanking_plugindir=${libdir}/aqbanking/plugins/35
aqhbci_includes=-I${includedir}/aqbanking5
aqhbci_libs=-L${libdir} -laqhbci

# Human-readable name
Name: AqBanking
# Human-readable description
Description: A library for online banking functions and financial data import/export

Version: 5.6.12
Libs: -L${libdir} -laqbanking
Cflags: -I${includedir}/aqbanking5 -I/usr/include/gwenhywfar4