File: libssh2.pc

package info (click to toggle)
libpkgconfig-perl 0.23026-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,912 kB
  • sloc: ansic: 6,120; perl: 1,968; makefile: 4
file content (17 lines) | stat: -rw-r--r-- 514 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
###########################################################################
# libssh2 installation details
###########################################################################

prefix=${pcfiledir}/../..
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Name: libssh2
URL: http://www.libssh2.org/
Description: Library for SSH-based communication
Version: 1.4.3
Requires.private: libssl,libcrypto
Libs: -L${libdir} -lssh2   -lws2_32
Libs.private:  -lws2_32
Cflags: -I${includedir}