File: libcyrus.pc.in

package info (click to toggle)
cyrus-imapd 3.12.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 60,760 kB
  • sloc: ansic: 280,403; perl: 146,834; javascript: 9,624; sh: 5,730; yacc: 2,660; cpp: 2,263; makefile: 2,103; lex: 675; xml: 621; awk: 303; python: 273; asm: 262
file content (13 lines) | stat: -rw-r--r-- 408 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
prefix = @prefix@
exec_prefix = @exec_prefix@
includedir = ${prefix}/include
libdir = @libdir@

Name: Cyrus Imapd libcyrus
Description: libcyrus library of Cyrus Imapd
URL: http://www.cyrusimap.org/
Cflags: -I${includedir}/cyrus @SSL_CPPFLAGS@ @SASLFLAGS@
Version: @PACKAGE_VERSION@
Requires.private: libcyrus_min = @PACKAGE_VERSION@
Libs: -L${libdir} -lcyrus -lcyrus_min
Libs.private: @LIB_SASL@ @SSL_LIBS@