copy-files.sh: libexec/gnupg/ doesn't exist anymore
[msysgit.git] / mingw / lib / pkgconfig / libcurl.pc
blobfdba072d4c0ff5879e3549e3ca81dfebdac34709
1 #***************************************************************************
2 #                                  _   _ ____  _
3 #  Project                     ___| | | |  _ \| |
4 #                             / __| | | | |_) | |
5 #                            | (__| |_| |  _ <| |___
6 #                             \___|\___/|_| \_\_____|
8 # Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al.
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 http://curl.haxx.se/docs/copyright.html.
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.
18 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
19 # KIND, either express or implied.
21 ###########################################################################
23 # This should most probably benefit from getting a "Requires:" field added
24 # dynamically by configure.
26 prefix=/mingw
27 exec_prefix=${prefix}
28 libdir=${exec_prefix}/lib
29 includedir=${prefix}/include
30 supported_protocols="DICT FILE FTP FTPS GOPHER HTTP HTTPS IMAP IMAPS LDAP POP3 POP3S RTSP SMTP SMTPS TELNET TFTP"
31 supported_features="SSL libz SSPI NTLM"
33 Name: libcurl
34 URL: http://curl.haxx.se/
35 Description: Library to transfer files with ftp, http, etc.
36 Version: 7.26.0
37 Libs: -L${libdir} -lcurl 
38 Libs.private: -lssl -lcrypto -lgdi32 -lwldap32 -lws2_32 -lz -lws2_32 
39 Cflags: -I${includedir}