forked from libssh2/libssh2
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlibssh2.pc.in
More file actions
25 lines (23 loc) · 841 Bytes
/
Copy pathlibssh2.pc.in
File metadata and controls
25 lines (23 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
###########################################################################
# libssh2 installation details
#
# Copyright (C) The libssh2 project and its contributors.
# SPDX-License-Identifier: BSD-3-Clause
###########################################################################
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libssh2
URL: https://libssh2.org/
Description: Library for SSH-based communication
License: BSD-3-Clause
Copyright: Copyright (C) The libssh2 project and its contributors.
Version: @LIBSSH2_VERSION@
Source: https://libssh2.org/download/libssh2-@LIBSSH2_VERSION@.tar.gz
Requires: @LIBSSH2_PC_REQUIRES@
Requires.private: @LIBSSH2_PC_REQUIRES_PRIVATE@
Libs: -L${libdir} -lssh2 @LIBSSH2_PC_LIBS@
Libs.private: @LIBSSH2_PC_LIBS_PRIVATE@
Cflags: -I${includedir}
Link.ABI: c