libksba: add 1.2.0 (initial recipe)

Libksba provides an easy API to create and parse X.509 and CMS related objects
and is required for gnupg

(From OE-Core rev: fdee3a3e00d9677a71f3a4f4f4c4cbc4af3ab028)

Signed-off-by: Steve Sakoman <steve@sakoman.com>
Acked-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Steve Sakoman 2012-02-01 07:20:30 -08:00 committed by Richard Purdie
parent 3301dc44b2
commit 6034d1c512
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
DESCRIPTION = "Libksba provides an easy API to create and parse X.509 and CMS related objects."
HOMEPAGE = "http://www.gnupg.org/related_software/libksba/"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
DEPENDS = "libgpg-error"
inherit autotools binconfig
SRC_URI = "ftp://ftp.gnupg.org/gcrypt/${PN}/${PN}-${PV}.tar.bz2"
SRC_URI[md5sum] = "e797f370b69b4dc776499d6a071ae137"
SRC_URI[sha256sum] = "09afce65b03d027cbec10d21464f4f651cdfd269e38b404f83e48d3e2a3c934b"