UmVirt LFS Package info
DB commit: f64c98382982c764c3ba140bfcbbc73d93096acd
APP commit: e09dc78145b10de9481608254eb2ac99efd0068b
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-1.24.2.tar.bz2
Source file size: 1891804
Source file MD5-checkum: 2e0cc1df9f3da8c2a7d7c9dc33b7f0bf
Source directory: gpgme-1.24.2
Package URL: https://umvirt.com/linux/downloads/0.2.3/packages/g/gpgme-1.24.2.tar.bz2
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.3/packages/g/gpgme-1.24.2.tar.bz2.md5sum
Dependances: libassuan.
Dependance of: poppler-app, kwallet, seahorse, samba, !libreoffice7, libreoffice.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
./configure --prefix=/usr --disable-gpg-test
Build script:
make PYTHONS=
if swig -version > /dev/null; then
srcdir=$PWD/../lang/python \
top_builddir=$PWD \
pip3 wheel -w dist --no-build-isolation --no-deps --no-cache-dir $PWD/lang/python
fi
Install script:
make install PYTHONS=
if swig -version > /dev/null; then
pip3 install --no-index --find-links dist --no-user gpg
fi