2016-06-28 08:04:09 -04:00
|
|
|
prefix=@prefix@
|
|
|
|
|
exec_prefix=@exec_prefix@
|
|
|
|
|
libdir=@libdir@
|
|
|
|
|
includedir=@includedir@
|
|
|
|
|
|
|
|
|
|
Name: unbound
|
|
|
|
|
Description: Library with validating, recursive, and caching DNS resolver
|
|
|
|
|
URL: http://www.unbound.net
|
|
|
|
|
Version: @PACKAGE_VERSION@
|
2020-01-26 22:23:53 -05:00
|
|
|
Requires: @PC_CRYPTO_DEPENDENCY@ @PC_LIBEVENT_DEPENDENCY@
|
2017-02-16 07:37:41 -05:00
|
|
|
Requires.private: @PC_PY_DEPENDENCY@ @PC_LIBBSD_DEPENDENCY@
|
2020-01-26 22:01:38 -05:00
|
|
|
Libs: -L${libdir} -lunbound
|
2016-10-18 09:56:42 -04:00
|
|
|
Libs.private: @SSLLIB@ @LIBS@
|
2020-01-26 22:01:38 -05:00
|
|
|
Cflags: -I${includedir}
|