1prefix=@prefix@
2exec_prefix=@exec_prefix@
3includedir=@includedir@
4libdir=@libdir@
5host=@LIBASSUAN_CONFIG_HOST@
6api_version=@LIBASSUAN_CONFIG_API_VERSION@
7
8Name: libassuan
9Description: IPC library for the GnuPG components
10Requires.private: gpg-error
11Version: @PACKAGE_VERSION@
12Cflags: -I${includedir} @LIBASSUAN_CONFIG_CFLAGS@
13Libs: -L${libdir} @LIBASSUAN_CONFIG_LIBS@
14Libs.private: @NETLIBS@
15URL: https://www.gnupg.org/related_software/libassuan/index.html
16