File: libssh2.pc.in

package info (click to toggle)
libssh2 1.7.0-1%2Bdeb9u1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 5,992 kB
  • sloc: ansic: 29,774; sh: 12,232; makefile: 362; awk: 23
file content (17 lines) | stat: -rw-r--r-- 496 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
###########################################################################
# libssh2 installation details
###########################################################################

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

Name: libssh2
URL: http://www.libssh2.org/
Description: Library for SSH-based communication
Version: @LIBSSH2VER@
Requires.private: @LIBSREQUIRED@
Libs: -L${libdir} -lssh2
Libs.private: @LIBS@ -lgpg-error
Cflags: -I${includedir}