1#*************************************************************************** 2# Project ___ __ _ _ __ ___ ___ 3# / __|____ / _` | '__/ _ \/ __| 4# | (_|_____| (_| | | | __/\__ \ 5# \___| \__,_|_| \___||___/ 6# 7# Copyright (C) The c-ares project and its contributors 8# SPDX-License-Identifier: MIT 9prefix=@prefix@ 10exec_prefix=@exec_prefix@ 11libdir=@libdir@ 12includedir=@includedir@ 13 14Name: c-ares 15URL: http://c-ares.org/ 16Description: asynchronous DNS lookup library 17Version: @VERSION@ 18Requires: 19Requires.private: 20Cflags: -I${includedir} @PKGCONFIG_CFLAGS@ 21Libs: -L${libdir} -lcares 22Libs.private: @CARES_PRIVATE_LIBS@ 23