Install curl-7.21.1.tar.bz2
[msysgit.git] / mingw / lib / pkgconfig / libcurl.pc
blobbc6b6dea6f6fc9a320256901166d6bbf1bb6733c
1 #***************************************************************************
2 #                                  _   _ ____  _
3 #  Project                     ___| | | |  _ \| |
4 #                             / __| | | | |_) | |
5 #                            | (__| |_| |  _ <| |___
6 #                             \___|\___/|_| \_\_____|
8 # Copyright (C) 2004 - 2007, 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 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.21.1
37 Libs: -L${libdir} -lcurl 
38 Libs.private: -lssl -lcrypto -lgdi32 -lwldap32 -lws2_32 -lz -lws2_32 
39 Cflags: -I${includedir}