UmVirt LFS Package info

DB commit: 34a83c7a68a930f721bd7a7f9cb2c2ac41e76ba8
APP commit: 0bd167a48557b5a14ac68d0229893245aacc7f12
[ 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 directory: gpgme-2.0.0
Package URL: gpgme-2.0.0.tar.bz2
Package md5-checksum URL: gpgme-2.0.0.tar.bz2.md5sum
Dependances: gnupg, libassuan.
Dependance of: kwallet, gpgmepp, 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