Home | History | Annotate | Download | only in c-ares
      1 #***************************************************************************
      2 # Project        ___       __ _ _ __ ___  ___ 
      3 #               / __|____ / _` | '__/ _ \/ __|
      4 #              | (_|_____| (_| | | |  __/\__ \
      5 #               \___|     \__,_|_|  \___||___/
      6 #
      7 prefix=@prefix@
      8 exec_prefix=@exec_prefix@
      9 libdir=@libdir@
     10 includedir=@includedir@
     11 
     12 Name: c-ares
     13 URL: http://daniel.haxx.se/projects/c-ares/
     14 Description: asynchronous DNS lookup library
     15 Version: @VERSION@
     16 Requires: 
     17 Requires.private: 
     18 Cflags: -I${includedir}
     19 Libs: -L${libdir} -lcares
     20 Libs.private: @CARES_PRIVATE_LIBS@
     21