gnutls.pc 873 B

123456789101112131415161718192021222324
  1. # Process this file with autoconf to produce a pkg-config metadata file.
  2. # Copyright (C) 2004-2012 Free Software Foundation, Inc.
  3. # Copying and distribution of this file, with or without modification,
  4. # are permitted in any medium without royalty provided the copyright
  5. # notice and this notice are preserved. This file is offered as-is,
  6. # without any warranty.
  7. # Author: Simon Josefsson
  8. prefix=/usr/x86_64-w64-mingw32/sys-root/mingw
  9. exec_prefix=/usr/x86_64-w64-mingw32/sys-root/mingw
  10. libdir=/usr/x86_64-w64-mingw32/sys-root/mingw/lib
  11. includedir=/usr/x86_64-w64-mingw32/sys-root/mingw/include
  12. Name: GnuTLS
  13. Description: Transport Security Layer implementation for the GNU system
  14. URL: http://www.gnutls.org/
  15. Version: 3.6.0
  16. Libs: -L${libdir} -lgnutls
  17. Libs.private: -lws2_32 -lws2_32 -lgmp -lidn2
  18. Requires.private: nettle, hogweed, p11-kit-1
  19. Cflags: -I${includedir}