2026-03-09 20:19:13 +08:00

22 lines
834 B
PkgConfig

###########################################################################
# libssh2 installation details
#
# Copyright (C) The libssh2 project and its contributors.
# SPDX-License-Identifier: BSD-3-Clause
###########################################################################
prefix=/opt/Tools/libssh2-1.11.1/install
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: -L/opt/Tools/openssl-3.0.18/install/lib64 -lssl -L/opt/Tools/openssl-3.0.18/install/lib64 -lcrypto -R/opt/Tools/openssl-3.0.18/install/lib64 -L/opt/Tools/zlib-1.3.1/install/lib -lz -R/opt/Tools/zlib-1.3.1/install/lib
Cflags: -I${includedir}