You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
590 B
PkgConfig
20 lines
590 B
PkgConfig
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: @IF_NOT_SHARED@ nettle
|
|
Requires.private: @IF_SHARED@ nettle
|
|
Libs: -L${libdir} -lhogweed @IF_NOT_SHARED@ @LIBS@
|
|
Libs.private: @IF_SHARED@ @LIBS@
|
|
Cflags: -I${includedir}
|
|
|