void-packages/srcpkgs/gpgme/template
2011-11-16 06:32:50 -07:00

30 lines
1.2 KiB
Plaintext

# Template file for 'gpgme'
pkgname=gpgme
version=1.3.0
distfiles="ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-$version.tar.bz2"
build_style=gnu-configure
configure_args="--enable-fd-passing --disable-gpgsm-test --disable-gpgconf-test
--disable-g13-test"
revision=2
short_desc="GnuPG Made Easy"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=74e040fcd46061f6b0d8b621a2a2a48100a7ba5c9f69e7cf207259a6e2e3e6a1
long_desc="
GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG easier
for applications. It provides a High-Level Crypto API for encryption,
decryption, signing, signature verification and key management. Currently it
uses GnuPG as its backend but the API isn't restricted to this engine; in fact
we have already developed a backend for CMS (S/MIME).
Because the direct use of GnuPG from an application can be a complicated
programming task, it is suggested that all software should try to use GPGME
instead. This way bug fixes or improvements can be done at a central place
and every application benefits from this."
subpackages="gpgme-devel"
Add_dependency build gettext
Add_dependency build libgpg-error-devel
Add_dependency build libassuan-devel
Add_dependency full gnupg