Gilad Arnold | 968bf19 | 2015-07-17 00:23:30 -0700 | [diff] [blame] | 1 | #*************************************************************************** |
| 2 | # Project ___ __ _ _ __ ___ ___ |
| 3 | # / __|____ / _` | '__/ _ \/ __| |
| 4 | # | (_|_____| (_| | | | __/\__ \ |
| 5 | # \___| \__,_|_| \___||___/ |
| 6 | # |
| 7 | prefix=@prefix@ |
| 8 | exec_prefix=@exec_prefix@ |
| 9 | libdir=@libdir@ |
| 10 | includedir=@includedir@ |
| 11 | |
| 12 | Name: c-ares |
Zach Yu | 993b07b | 2023-02-27 17:49:13 -0800 | [diff] [blame] | 13 | URL: http://c-ares.org/ |
Gilad Arnold | 968bf19 | 2015-07-17 00:23:30 -0700 | [diff] [blame] | 14 | Description: asynchronous DNS lookup library |
| 15 | Version: @VERSION@ |
| 16 | Requires: |
| 17 | Requires.private: |
Zach Yu | 993b07b | 2023-02-27 17:49:13 -0800 | [diff] [blame] | 18 | Cflags: -I${includedir} @CPPFLAG_CARES_STATICLIB@ |
Gilad Arnold | 968bf19 | 2015-07-17 00:23:30 -0700 | [diff] [blame] | 19 | Libs: -L${libdir} -lcares |
| 20 | Libs.private: @CARES_PRIVATE_LIBS@ |