gnupg/libksba: Add gnupg/libksba from openembedded-contrib for debootstrap

This commit is contained in:
Holger Hans Peter Freyther 2012-07-21 18:39:19 +08:00 committed by Holger Hans Peter Freyther
parent 9416f178b1
commit 21c475ae4a
2 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,29 @@
DESCRIPTION = "GNU privacy guard - a free PGP replacement (new v2.x)"
HOMEPAGE = "http://www.gnupg.org/"
LICENSE = "GPLv3 & LGPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \
file://COPYING.LIB;md5=6a6a8e020838b23406c81b19c1d46df6"
DEPENDS = "${PTH} libassuan libksba zlib bzip2 readline libgcrypt"
PTH = "pth"
PTH_libc-uclibc = "npth"
PR = "r4"
inherit autotools gettext
SRC_URI = "ftp://ftp.gnupg.org/gcrypt/${BPN}/${BPN}-${PV}.tar.bz2"
SRC_URI[md5sum] = "6a8589381ca1b0c1a921e9955f42b016"
SRC_URI[sha256sum] = "efa23a8a925adb51c7d3b708c25b6d000300f5ce37de9bdec6453be7b419c622"
EXTRA_OECONF = "--disable-ldap \
--disable-ccid-driver \
--without-libcurl \
--with-zlib=${STAGING_LIBDIR}/.. \
--with-bzip2=${STAGING_LIBDIR}/.. \
--with-readline=${STAGING_LIBDIR}/.. \
"
do_install_append() {
ln -sf gpg2 ${D}${bindir}/gpg
}

View File

@ -0,0 +1,14 @@
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"
PR = "r1"
DEPENDS = "libgpg-error"
inherit autotools binconfig
SRC_URI = "ftp://ftp.gnupg.org/gcrypt/${BPN}/${BPN}-${PV}.tar.bz2"
SRC_URI[md5sum] = "e797f370b69b4dc776499d6a071ae137"
SRC_URI[sha256sum] = "09afce65b03d027cbec10d21464f4f651cdfd269e38b404f83e48d3e2a3c934b"