~mterry/ubuntu/natty/libofx/libofx.new-upstream-benoit-sru

« back to all changes in this revision

Viewing changes to libofx.pc

  • Committer: Bazaar Package Importer
  • Author(s): Saïvann Carignan
  • Date: 2008-02-06 17:25:16 UTC
  • mto: (3.1.2 lenny)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20080206172516-bnzxb29igye8um9h
Tags: upstream-0.9.0
Import upstream version 0.9.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# libofx pkg-config source file
2
2
 
3
 
prefix=/usr/local
 
3
prefix=/usr
4
4
exec_prefix=${prefix}
5
5
libdir=${exec_prefix}/lib
6
6
includedir=${prefix}/include
7
7
 
8
8
Name: libofx
9
9
Description: libofx is a library for processing Open Financial eXchange (OFX) data
10
 
Version: 0.8.2
 
10
Version: 0.9.0
11
11
Requires:
12
12
Conflicts:
13
 
Libs: -L${libdir} -L/usr/lib -losp -lofx
14
 
Cflags: -I${includedir} -I/usr/include/OpenSP 
 
13
#Libs: -L${libdir} -L/usr/lib -losp -lofx
 
14
#Cflags: -I${includedir} -I/usr/include/OpenSP 
 
15
Libs: -L${libdir} -lofx
 
16
Cflags: -I${includedir}