Mercurial > repos > rliterman > csp2
comparison CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/lib/pkgconfig/libssh2.pc @ 69:33d812a61356
planemo upload commit 2e9511a184a1ca667c7be0c6321a36dc4e3d116d
author | jpayne |
---|---|
date | Tue, 18 Mar 2025 17:55:14 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
67:0e9998148a16 | 69:33d812a61356 |
---|---|
1 ########################################################################### | |
2 # libssh2 installation details | |
3 ########################################################################### | |
4 | |
5 prefix=/mnt/c/Users/crash/Documents/BobLiterman/CSP2_Galaxy/CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce | |
6 exec_prefix=${prefix} | |
7 libdir=${prefix}/lib | |
8 includedir=${prefix}/include | |
9 | |
10 Name: libssh2 | |
11 URL: https://www.libssh2.org/ | |
12 Description: The SSH library | |
13 Version: 1.10.0 | |
14 Requires.private: libssl,libcrypto,zlib | |
15 Libs: -L${libdir} -lssh2 | |
16 Libs.private: | |
17 Cflags: -I${includedir} |