1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@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
10Name: Hogweed
11Description: Nettle low-level cryptographic library (public-key algorithms)
12URL: http://www.lysator.liu.se/~nisse/nettle
13Version: @PACKAGE_VERSION@
14Requires: @IF_NOT_SHARED@ nettle
15Requires.private: @IF_SHARED@ nettle
16Libs: -L${libdir} -lhogweed @IF_NOT_SHARED@ @LIBS@
17Libs.private: @IF_SHARED@ @LIBS@
18Cflags: -I${includedir}
19
20