File: wzdftpd.pc.cmake

package info (click to toggle)
wzdftpd 0.8.3-6.1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 5,276 kB
  • ctags: 4,139
  • sloc: ansic: 49,379; lex: 2,109; sh: 773; makefile: 597; tcl: 419; sql: 280; perl: 102
file content (18 lines) | stat: -rw-r--r-- 552 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# order is important
prefix="@CMAKE_INSTALL_PREFIX@"
exec_prefix="${prefix}"
exec_prefix_set="no"
datarootdir="${prefix}/share"
data_dir="${datarootdir}/@PACKAGE@"

version="@WZD_VERSION@"
includedir="${prefix}/include"
wzd_include_dir="${prefix}/include/@PACKAGE@"
lib_dir="${exec_prefix}/lib"

Name: @PACKAGE@
Description: A portable, modular, small and efficient ftp server
Version: @WZD_VERSION@
Requires:
Libs: -L${lib_dir} -lwzd_core @PTHREAD_CFLAGS@ @PTHREAD_LIBS@ @WZD_SSL_LIBS@
Cflags: -I${wzd_include_dir} @PTHREAD_CFLAGS@ @WZD_SSL_INCLUDES@