UmVirt LFS Package info

DB commit: 3c6efcfc536d7802c89703820d548c1aec13ba9b
APP commit: f0568a86eced844506f88e1faa2e7a1c73783ddf
[ BASH | XML | JSON ]

gpgme

The GPGME package is a C library that allows cryptography support to be added to a program. It is designed to make access to public key crypto engines like GnuPG or GpgSM easier for applications. GPGME provides a high-level crypto API for encryption, decryption, signing, signature verification and key management.

Package info

Template:
Codename: gpgme
Source file: gpgme-2.0.0.tar.bz2
Source file size: 1383911
Source file MD5-checkum: 60f6871b948060572c7d952e39b42bd8
Source directory: gpgme-2.0.0
Package URL: https://umvirt.com/linux/downloads/0.2.4/packages/g/gpgme-2.0.0.tar.bz2
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.4/packages/g/gpgme-2.0.0.tar.bz2.md5sum
Dependances: gnupg, libassuan.
Dependance of: gpgmepp, kwallet, libkleo, seahorse, samba, !libreoffice7, libreoffice.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build &&
cd    build &&

../configure --prefix=/usr       \
             --disable-static

Build script:
cd    build
make

Install script:
cd    build
make install