mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-09-07 18:37:45 +02:00
git-svn-id: file:///svn/unbound/trunk@3889 be551aaa-1e26-0410-a405-d3ace91eadb9
14 lines
380 B
Plaintext
14 lines
380 B
Plaintext
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}
|