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