mirror of
https://github.com/zerotier/edge.git
synced 2026-05-22 16:25:05 -07:00
18 lines
487 B
PkgConfig
18 lines
487 B
PkgConfig
###########################################################################
|
|
# libssh2 installation details
|
|
###########################################################################
|
|
|
|
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: libssh2
|
|
URL: https://www.libssh2.org/
|
|
Description: Library for SSH-based communication
|
|
Version: 1.8.0
|
|
Requires.private: libssl,libcrypto,zlib
|
|
Libs: -L${libdir} -lssh2
|
|
Libs.private:
|
|
Cflags: -I${includedir}
|