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