jpayne@68: #*************************************************************************** jpayne@68: # _ _ ____ _ jpayne@68: # Project ___| | | | _ \| | jpayne@68: # / __| | | | |_) | | jpayne@68: # | (__| |_| | _ <| |___ jpayne@68: # \___|\___/|_| \_\_____| jpayne@68: # jpayne@68: # Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. jpayne@68: # jpayne@68: # This software is licensed as described in the file COPYING, which jpayne@68: # you should have received as part of this distribution. The terms jpayne@68: # are also available at https://curl.se/docs/copyright.html. jpayne@68: # jpayne@68: # You may opt to use, copy, modify, merge, publish, distribute and/or sell jpayne@68: # copies of the Software, and permit persons to whom the Software is jpayne@68: # furnished to do so, under the terms of the COPYING file. jpayne@68: # jpayne@68: # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY jpayne@68: # KIND, either express or implied. jpayne@68: # jpayne@68: # SPDX-License-Identifier: curl jpayne@68: # jpayne@68: ########################################################################### jpayne@68: jpayne@68: # This should most probably benefit from getting a "Requires:" field added jpayne@68: # dynamically by configure. jpayne@68: # jpayne@68: prefix=/mnt/c/Users/crash/Documents/BobLiterman/CSP2_Galaxy/CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce jpayne@68: exec_prefix=${prefix} jpayne@68: libdir=${exec_prefix}/lib jpayne@68: includedir=${prefix}/include jpayne@68: 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@68: 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@68: jpayne@68: Name: libcurl jpayne@68: URL: https://curl.se/ jpayne@68: Description: Library to transfer files with ftp, http, etc. jpayne@68: Version: 7.87.0 jpayne@68: Libs: -L${libdir} -lcurl jpayne@68: 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@68: Cflags: -I${includedir}