libcurl.pc 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. #***************************************************************************
  2. # _ _ ____ _
  3. # Project ___| | | | _ \| |
  4. # / __| | | | |_) | |
  5. # | (__| |_| | _ <| |___
  6. # \___|\___/|_| \_\_____|
  7. #
  8. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
  9. #
  10. # This software is licensed as described in the file COPYING, which
  11. # you should have received as part of this distribution. The terms
  12. # are also available at https://curl.se/docs/copyright.html.
  13. #
  14. # You may opt to use, copy, modify, merge, publish, distribute and/or sell
  15. # copies of the Software, and permit persons to whom the Software is
  16. # furnished to do so, under the terms of the COPYING file.
  17. #
  18. # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
  19. # KIND, either express or implied.
  20. #
  21. # SPDX-License-Identifier: curl
  22. #
  23. ###########################################################################
  24. prefix=/app/host-documents/Project/libcurl-android/jni/build/curl/arm64-v8a
  25. exec_prefix=${prefix}
  26. libdir=${exec_prefix}/lib
  27. includedir=${prefix}/include
  28. supported_protocols="DICT FILE FTP FTPS GOPHER GOPHERS HTTP HTTPS IMAP IMAPS IPFS IPNS MQTT POP3 POP3S RTSP SMB SMBS SMTP SMTPS TELNET TFTP"
  29. supported_features="alt-svc AsynchDNS HSTS HTTPS-proxy IPv6 Largefile libz NTLM SSL threadsafe TLS-SRP UnixSockets"
  30. Name: libcurl
  31. URL: https://curl.se/
  32. Description: Library to transfer files with ftp, http, etc.
  33. Version: 8.9.1-DEV
  34. Requires:
  35. Requires.private: zlib,openssl
  36. Libs: -L${libdir} -lcurl
  37. Libs.private: -lssl -lcrypto -lssl -lcrypto -lz -lssl -lcrypto -lc++ -lz
  38. Cflags: -I${includedir}