libassuan: Fix description and license

This commit is contained in:
François Revol
2014-11-25 02:32:13 +01:00
parent c4d1bd60f0
commit e10102146b

View File

@@ -1,8 +1,13 @@
SUMMARY="IPC library used by GnuPG and GPGME"
DESCRIPTION="
IPC library used by GnuPG and GPGME.
Libassuan is a small library implementing the so-called Assuan protocol. \
This protocol is used for IPC between most newer GnuPG components. \
Both, server and client side functions are provided.
"
LICENSE="GNU LGPL v2.1"
LICENSE="
GNU GPL v3
GNU LGPL v2.1
"
COPYRIGHT="2003-2013 g10 Code GmbH"
HOMEPAGE="http://www.gnupg.org/related_software/libassuan/index.en.html"
SRC_URI="ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-$portVersion.tar.bz2"