mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-24 08:39:51 -05:00
13 lines
380 B
PkgConfig
13 lines
380 B
PkgConfig
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@
|
|
Requires: libcrypto libssl @PC_LIBEVENT_DEPENDENCY@ @PC_PY_DEPENDENCY@
|
|
Libs: -L${libdir} -lunbound
|
|
Libs.private: @SSLLIB@ @LIBS@
|
|
Cflags: -I${includedir}
|