1*6236dae4SAndroid Build Coastguard Worker#*************************************************************************** 2*6236dae4SAndroid Build Coastguard Worker# _ _ ____ _ 3*6236dae4SAndroid Build Coastguard Worker# Project ___| | | | _ \| | 4*6236dae4SAndroid Build Coastguard Worker# / __| | | | |_) | | 5*6236dae4SAndroid Build Coastguard Worker# | (__| |_| | _ <| |___ 6*6236dae4SAndroid Build Coastguard Worker# \___|\___/|_| \_\_____| 7*6236dae4SAndroid Build Coastguard Worker# 8*6236dae4SAndroid Build Coastguard Worker# Copyright (C) Daniel Stenberg, <[email protected]>, et al. 9*6236dae4SAndroid Build Coastguard Worker# 10*6236dae4SAndroid Build Coastguard Worker# This software is licensed as described in the file COPYING, which 11*6236dae4SAndroid Build Coastguard Worker# you should have received as part of this distribution. The terms 12*6236dae4SAndroid Build Coastguard Worker# are also available at https://curl.se/docs/copyright.html. 13*6236dae4SAndroid Build Coastguard Worker# 14*6236dae4SAndroid Build Coastguard Worker# You may opt to use, copy, modify, merge, publish, distribute and/or sell 15*6236dae4SAndroid Build Coastguard Worker# copies of the Software, and permit persons to whom the Software is 16*6236dae4SAndroid Build Coastguard Worker# furnished to do so, under the terms of the COPYING file. 17*6236dae4SAndroid Build Coastguard Worker# 18*6236dae4SAndroid Build Coastguard Worker# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 19*6236dae4SAndroid Build Coastguard Worker# KIND, either express or implied. 20*6236dae4SAndroid Build Coastguard Worker# 21*6236dae4SAndroid Build Coastguard Worker# SPDX-License-Identifier: curl 22*6236dae4SAndroid Build Coastguard Worker# 23*6236dae4SAndroid Build Coastguard Worker########################################################################### 24*6236dae4SAndroid Build Coastguard Worker 25*6236dae4SAndroid Build Coastguard Workerprefix=@prefix@ 26*6236dae4SAndroid Build Coastguard Workerexec_prefix=@exec_prefix@ 27*6236dae4SAndroid Build Coastguard Workerlibdir=@libdir@ 28*6236dae4SAndroid Build Coastguard Workerincludedir=@includedir@ 29*6236dae4SAndroid Build Coastguard Workersupported_protocols="@SUPPORT_PROTOCOLS@" 30*6236dae4SAndroid Build Coastguard Workersupported_features="@SUPPORT_FEATURES@" 31*6236dae4SAndroid Build Coastguard Worker 32*6236dae4SAndroid Build Coastguard WorkerName: libcurl 33*6236dae4SAndroid Build Coastguard WorkerURL: https://curl.se/ 34*6236dae4SAndroid Build Coastguard WorkerDescription: Library to transfer files with HTTP, FTP, etc. 35*6236dae4SAndroid Build Coastguard WorkerVersion: @CURLVERSION@ 36*6236dae4SAndroid Build Coastguard WorkerRequires: @LIBCURL_PC_REQUIRES@ 37*6236dae4SAndroid Build Coastguard WorkerRequires.private: @LIBCURL_PC_REQUIRES_PRIVATE@ 38*6236dae4SAndroid Build Coastguard WorkerLibs: -L${libdir} -lcurl @LIBCURL_PC_LIBS@ 39*6236dae4SAndroid Build Coastguard WorkerLibs.private: @LDFLAGS@ @LIBCURL_PC_LIBS_PRIVATE@ 40*6236dae4SAndroid Build Coastguard WorkerCflags: -I${includedir} @LIBCURL_PC_CFLAGS@ 41*6236dae4SAndroid Build Coastguard WorkerCflags.private: @LIBCURL_PC_CFLAGS_PRIVATE@ 42