File: libofx.pc.in

package info (click to toggle)
libofx 1%3A0.10.9-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,644 kB
  • sloc: cpp: 8,101; ansic: 2,298; xml: 265; makefile: 224; sh: 43
file content (16 lines) | stat: -rw-r--r-- 361 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# libofx pkg-config source file

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: libofx
Description: libofx is a library for processing Open Financial eXchange (OFX) data
Version: @VERSION@
Requires:
Conflicts:
Libs: -L${libdir} -lofx
Libs.private: @OPENSPLIBS@
Cflags: -I${includedir}
Cflags.private: -I@OPENSPINCLUDES@