jpayne@69: #*************************************************************************** jpayne@69: # _ _ ____ _ jpayne@69: # Project ___| | | | _ \| | jpayne@69: # / __| | | | |_) | | jpayne@69: # | (__| |_| | _ <| |___ jpayne@69: # \___|\___/|_| \_\_____| jpayne@69: # jpayne@69: # Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. jpayne@69: # jpayne@69: # This software is licensed as described in the file COPYING, which jpayne@69: # you should have received as part of this distribution. The terms jpayne@69: # are also available at https://curl.se/docs/copyright.html. jpayne@69: # jpayne@69: # You may opt to use, copy, modify, merge, publish, distribute and/or sell jpayne@69: # copies of the Software, and permit persons to whom the Software is jpayne@69: # furnished to do so, under the terms of the COPYING file. jpayne@69: # jpayne@69: # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY jpayne@69: # KIND, either express or implied. jpayne@69: # jpayne@69: # SPDX-License-Identifier: curl jpayne@69: # jpayne@69: ########################################################################### jpayne@69: jpayne@69: # This should most probably benefit from getting a "Requires:" field added jpayne@69: # dynamically by configure. jpayne@69: # jpayne@69: prefix=/mnt/c/Users/crash/Documents/BobLiterman/CSP2_Galaxy/CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce jpayne@69: exec_prefix=${prefix} jpayne@69: libdir=${exec_prefix}/lib jpayne@69: includedir=${prefix}/include jpayne@69: supported_protocols="DICT FILE FTP FTPS GOPHER GOPHERS HTTP HTTPS IMAP IMAPS MQTT POP3 POP3S RTSP SCP SFTP SMB SMBS SMTP SMTPS TELNET TFTP" jpayne@69: supported_features="AsynchDNS GSS-API HSTS HTTP2 HTTPS-proxy IPv6 Kerberos Largefile NTLM NTLM_WB SPNEGO SSL TLS-SRP UnixSockets alt-svc libz threadsafe" jpayne@69: jpayne@69: Name: libcurl jpayne@69: URL: https://curl.se/ jpayne@69: Description: Library to transfer files with ftp, http, etc. jpayne@69: Version: 7.87.0 jpayne@69: Libs: -L${libdir} -lcurl jpayne@69: Libs.private: -lnghttp2 -lssh2 -lssh2 -lssl -lcrypto -lssl -lcrypto -L/mnt/c/Users/crash/Documents/BobLiterman/CSP2_Galaxy/CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/lib -lgssapi_krb5 -lz -lrt -pthread jpayne@69: Cflags: -I${includedir}