File: ktoblzcheck.pc.in

package info (click to toggle)
libktoblzcheck 1.53-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,276 kB
  • sloc: cpp: 3,955; python: 186; sh: 26; makefile: 8; ansic: 5
file content (26 lines) | stat: -rw-r--r-- 639 bytes parent folder | download | duplicates (3)
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
# pkg-config configuration for ktoblzcheck
# For information about the syntax, see pkg-config(1)

# General installation directories
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
datadir=@datadir@
bindir=@bindir@

# Particular variables of ktoblzcheck
pkgdatadir=${datadir}/ktoblzcheck
bankdatadir=${pkgdatadir}
bankdatafile=${bankdatadir}/@BANKDATA_FILE@
pythondir=@pythondir@

# Human-readable name
Name: ktoblzcheck
# Human-readable description
Description: A library to check account numbers and bank codes of German banks.

Version: @VERSION@
Libs: -L@libdir@ -lktoblzcheck
Cflags: -I@includedir@