mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
gpgme: Fix license, description and other stuff
This commit is contained in:
@@ -1,14 +1,23 @@
|
||||
SUMMARY="GnuPG Made Easy is a library for making GnuPG easier to use"
|
||||
DESCRIPTION="
|
||||
GnuPG Made Easy is the standard library for applications \
|
||||
to access most GnuPG functions.
|
||||
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).
|
||||
"
|
||||
HOMEPAGE="https://www.gnupg.org/related_software/swlist.html#gpgme"
|
||||
HOMEPAGE="http://www.gnupg.org/gpgme.html"
|
||||
SRC_URI="ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-1.5.2.tar.bz2"
|
||||
CHECKSUM_SHA256="1e98b0a0a16f0265e8ebe72ef11acd2272322f682188d3e5098770e7f204f1d4"
|
||||
REVISION="1"
|
||||
LICENSE="GNU GPL v3"
|
||||
COPYRIGHT="1998-2010 Free Software Foundation, Inc."
|
||||
LICENSE="
|
||||
GNU GPL v2
|
||||
GNU LGPL v2.1
|
||||
"
|
||||
COPYRIGHT="
|
||||
1998-2010 Free Software Foundation, Inc.
|
||||
2001-2010 g10 Code GmbH
|
||||
"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
Reference in New Issue
Block a user