libunbound.pc.in revision 356345
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: unbound
7Description: Library with validating, recursive, and caching DNS resolver
8URL: http://www.unbound.net
9Version: @PACKAGE_VERSION@
10Requires: libcrypto libssl @PC_LIBEVENT_DEPENDENCY@
11Requires.private: @PC_PY_DEPENDENCY@
12Libs: -L${libdir} -lunbound -lssl -lcrypto
13Libs.private: @SSLLIB@ @LIBS@
14Cflags: -I${includedir} 
15