gpgme: update to 1.4.3.
This commit is contained in:
parent
86f4482c12
commit
131ec8b6e4
1 changed files with 3 additions and 14 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gpgme'
|
# Template file for 'gpgme'
|
||||||
pkgname=gpgme
|
pkgname=gpgme
|
||||||
version=1.4.2
|
version=1.4.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-fd-passing --with-gpg=/usr/bin/gpg
|
configure_args="--enable-fd-passing --with-gpg=/usr/bin/gpg
|
||||||
|
@ -15,21 +15,10 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://www.gnupg.org/related_software/gpgme/"
|
homepage="http://www.gnupg.org/related_software/gpgme/"
|
||||||
distfiles="ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-$version.tar.bz2"
|
distfiles="ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-$version.tar.bz2"
|
||||||
checksum=2c4f2bf71e53e6fb7badf07801d4248777566a621c8c2339c02c289731df6856
|
checksum=2d1cc12411753752d9c5b9037e6fd3fd363517af720154768cc7b46b60120496
|
||||||
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."
|
|
||||||
|
|
||||||
gpgme-devel_package() {
|
gpgme-devel_package() {
|
||||||
depends="libgpg-error-devel libassuan-devel gpgme>=${version}"
|
depends="libgpg-error-devel libassuan-devel gpgme>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin
|
vmove usr/bin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue