miniupnpd 1.9 (20160113)
[tomato.git] / release / src / router / nettle / hogweed.pc.in
blob457f5f2f3ecdecf6b5c90e61c5f2f2600233c94a
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
6 # Uses Requires.private and Libs.private, under the assumption that
7 # when using shared libraries, the ELF dependencies from libhogweed.so
8 # to nettle and gmp work.
10 Name: Hogweed
11 Description: Nettle low-level cryptographic library (public-key algorithms)
12 URL: http://www.lysator.liu.se/~nisse/nettle
13 Version: @PACKAGE_VERSION@
14 Requires.private: nettle
15 Libs: -L${libdir} -lhogweed
16 Libs.private: -lgmp
17 Cflags: -I${includedir}