summaryrefslogtreecommitdiff
path: root/hogweed.pc.in
blob: 457f5f2f3ecdecf6b5c90e61c5f2f2600233c94a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

# Uses Requires.private and Libs.private, under the assumption that
# when using shared libraries, the ELF dependencies from libhogweed.so
# to nettle and gmp work.

Name: Hogweed
Description: Nettle low-level cryptographic library (public-key algorithms)
URL: http://www.lysator.liu.se/~nisse/nettle
Version: @PACKAGE_VERSION@
Requires.private: nettle
Libs: -L${libdir} -lhogweed
Libs.private: -lgmp
Cflags: -I${includedir}