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