Blame lib/gnutls.pc.in

Packit aea12f
# Process this file with autoconf to produce a pkg-config metadata file.
Packit aea12f
Packit aea12f
# Copyright (C) 2004-2012 Free Software Foundation, Inc.
Packit aea12f
Packit aea12f
# Copying and distribution of this file, with or without modification,
Packit aea12f
# are permitted in any medium without royalty provided the copyright
Packit aea12f
# notice and this notice are preserved.  This file is offered as-is,
Packit aea12f
# without any warranty.
Packit aea12f
Packit aea12f
# Author: Simon Josefsson
Packit aea12f
Packit aea12f
prefix=@prefix@
Packit aea12f
exec_prefix=@exec_prefix@
Packit aea12f
libdir=@libdir@
Packit aea12f
includedir=@includedir@
Packit aea12f
Packit aea12f
Name: GnuTLS
Packit aea12f
Description: Transport Security Layer implementation for the GNU system
Packit aea12f
URL: https://www.gnutls.org/
Packit aea12f
Version: @VERSION@
Packit aea12f
Libs: -L${libdir} -lgnutls
Packit aea12f
Libs.private: @LIBINTL@ @LIBSOCKET@ @INET_PTON_LIB@ @LIBPTHREAD@ @LIB_SELECT@ @TSS_LIBS@ @GMP_LIBS@ @LIBUNISTRING@ @LIBIDN2_LIBS@ @LIBATOMIC_LIBS@
Packit aea12f
@GNUTLS_REQUIRES_PRIVATE@
Packit aea12f
Cflags: -I${includedir}