Install curl-7.19.5.tar.bz2
[msysgit/bosko.git] / mingw / lib / pkgconfig / libcurl.pc
blob70f398faf5e760c7b81e6710ecd319102dea5946
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 # $Id: libcurl.pc.in,v 1.4 2008-09-02 12:07:08 bagder Exp $
22 ###########################################################################
24 # This should most probably benefit from getting a "Requires:" field added
25 # dynamically by configure.
27 prefix=/mingw
28 exec_prefix=${prefix}
29 libdir=${exec_prefix}/lib
30 includedir=${prefix}/include
31 supported_protocols=" HTTP HTTPS FTP FTPS FILE TELNET LDAP DICT TFTP"
32 supported_features=" SSL libz NTLM"
34 Name: libcurl
35 URL: http://curl.haxx.se/
36 Description: Library to transfer files with ftp, http, etc.
37 Version: 7.19.5
38 Libs: -L${libdir} -lcurl -L/mingw/lib 
39 Libs.private: -lssl -lcrypto -lgdi32 -lwldap32 -lws2_32 -lz -lws2_32 
40 Cflags: -I${includedir}