97fb9d46a8997e8f45ebae172c27faa87b9c50d7
[platform/upstream/nettle.git] / hogweed.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
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.
9
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: @IF_NOT_SHARED@ nettle
15 Requires.private: @IF_SHARED@ nettle
16 Libs: -L${libdir} -lhogweed @IF_NOT_SHARED@ @LIBS@
17 Libs.private: @IF_SHARED@ @LIBS@
18 Cflags: -I${includedir}
19