22 lines
867 B
PkgConfig
22 lines
867 B
PkgConfig
|
|
###########################################################################
|
||
|
|
# libssh2 installation details
|
||
|
|
#
|
||
|
|
# Copyright (C) The libssh2 project and its contributors.
|
||
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
||
|
|
###########################################################################
|
||
|
|
|
||
|
|
prefix=/e/WorkSpace/Tool/libssh2-1.11.1/MinGW32
|
||
|
|
exec_prefix=${prefix}
|
||
|
|
libdir=${exec_prefix}/lib
|
||
|
|
includedir=${prefix}/include
|
||
|
|
|
||
|
|
Name: libssh2
|
||
|
|
URL: https://libssh2.org/
|
||
|
|
Description: Library for SSH-based communication
|
||
|
|
Version: 1.11.1
|
||
|
|
Requires:
|
||
|
|
Requires.private: libcrypto,zlib
|
||
|
|
Libs: -L${libdir} -lssh2
|
||
|
|
Libs.private: -lssl -lcrypto -lz -lws2_32 -lws2_32 -L/e/WorkSpace/Tool/openssl-3.0.18/MinGW32//lib -lssl -L/e/WorkSpace/Tool/openssl-3.0.18/MinGW32//lib -lcrypto -R/e/WorkSpace/Tool/openssl-3.0.18/MinGW32//lib -L/e/WorkSpace/Tool/zlib-1.3.1/MinGW32//lib -lz
|
||
|
|
Cflags: -I${includedir}
|