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