jpayne@68
|
1 #***************************************************************************
|
jpayne@68
|
2 # _ _ ____ _
|
jpayne@68
|
3 # Project ___| | | | _ \| |
|
jpayne@68
|
4 # / __| | | | |_) | |
|
jpayne@68
|
5 # | (__| |_| | _ <| |___
|
jpayne@68
|
6 # \___|\___/|_| \_\_____|
|
jpayne@68
|
7 #
|
jpayne@68
|
8 # Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
|
jpayne@68
|
9 #
|
jpayne@68
|
10 # This software is licensed as described in the file COPYING, which
|
jpayne@68
|
11 # you should have received as part of this distribution. The terms
|
jpayne@68
|
12 # are also available at https://curl.se/docs/copyright.html.
|
jpayne@68
|
13 #
|
jpayne@68
|
14 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
|
jpayne@68
|
15 # copies of the Software, and permit persons to whom the Software is
|
jpayne@68
|
16 # furnished to do so, under the terms of the COPYING file.
|
jpayne@68
|
17 #
|
jpayne@68
|
18 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
|
jpayne@68
|
19 # KIND, either express or implied.
|
jpayne@68
|
20 #
|
jpayne@68
|
21 # SPDX-License-Identifier: curl
|
jpayne@68
|
22 #
|
jpayne@68
|
23 ###########################################################################
|
jpayne@68
|
24
|
jpayne@68
|
25 # This should most probably benefit from getting a "Requires:" field added
|
jpayne@68
|
26 # dynamically by configure.
|
jpayne@68
|
27 #
|
jpayne@68
|
28 prefix=/mnt/c/Users/crash/Documents/BobLiterman/CSP2_Galaxy/CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce
|
jpayne@68
|
29 exec_prefix=${prefix}
|
jpayne@68
|
30 libdir=${exec_prefix}/lib
|
jpayne@68
|
31 includedir=${prefix}/include
|
jpayne@68
|
32 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
|
33 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
|
34
|
jpayne@68
|
35 Name: libcurl
|
jpayne@68
|
36 URL: https://curl.se/
|
jpayne@68
|
37 Description: Library to transfer files with ftp, http, etc.
|
jpayne@68
|
38 Version: 7.87.0
|
jpayne@68
|
39 Libs: -L${libdir} -lcurl
|
jpayne@68
|
40 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
|
41 Cflags: -I${includedir}
|