blob: e757c1bcb671309d89ea3231efdecac2376a084a [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001#***************************************************************************
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@