diff options
Diffstat (limited to 'lang/cpp/src/gpgmepp.pc.in')
-rw-r--r-- | lang/cpp/src/gpgmepp.pc.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/cpp/src/gpgmepp.pc.in b/lang/cpp/src/gpgmepp.pc.in new file mode 100644 index 00000000..37c15357 --- /dev/null +++ b/lang/cpp/src/gpgmepp.pc.in @@ -0,0 +1,13 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +includedir=@includedir@ +libdir=@libdir@ +host=@GPGMEPP_PKGCONFIG_HOST@ + +Name: gpgmepp +Description: GnuPG Made Easy (C++ binding) +Requires.private: gpg-error, gpgme +Version: @PACKAGE_VERSION@ +Cflags: @GPGMEPP_PKGCONFIG_CFLAGS@ +Libs: @GPGMEPP_PKGCONFIG_LIBS@ +URL: https://www.gnupg.org/software/gpgme/index.html |