libgcrypt.pc 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. # Process this file with autoconf to produce a pkg-config metadata file.
  2. # Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation
  3. # Author: Simon Josefsson
  4. #
  5. # This file is free software; as a special exception the author gives
  6. # unlimited permission to copy and/or distribute it, with or without
  7. # modifications, as long as this notice is preserved.
  8. #
  9. # This file is distributed in the hope that it will be useful, but
  10. # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
  11. # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  12. prefix=/usr
  13. exec_prefix=/usr
  14. libdir=/usr/lib
  15. includedir=/usr/include
  16. # API info
  17. api_version=1
  18. host=arm-unknown-linux-gnueabi
  19. # Misc information.
  20. symmetric_ciphers=arcfour blowfish cast5 des aes twofish serpent rfc2268 seed camellia idea salsa20 gost28147 chacha20
  21. asymmetric_ciphers=dsa elgamal rsa ecc
  22. digests=crc gostr3411-94 md4 md5 rmd160 sha1 sha256 sha512 sha3 tiger whirlpool stribog
  23. Name: libgcrypt
  24. Description: GNU crypto library
  25. URL: http://www.gnupg.org
  26. Version: 1.7.3
  27. Libs: -L${libdir} -lgcrypt
  28. Libs.private: -L${libdir} -lgpg-error
  29. Cflags: -I${includedir}