blob: f376d631ed445105f5df14af2f49d0d48c636283 [file] [log] [blame]
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05001SUMMARY = "IPC library used by GnuPG and GPGME"
2HOMEPAGE = "http://www.gnupg.org/related_software/libassuan/"
3BUGTRACKER = "https://bugs.g10code.com/gnupg/index"
4
5LICENSE = "GPLv3+ & LGPLv2.1+"
6LICENSE_${PN} = "LGPLv2.1+"
7LICENSE_${PN}-doc = "GPLv3+"
8LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \
9 file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
10 file://src/assuan.c;endline=20;md5=0f465544183405055ec179869fc5b5ba \
11 file://src/assuan-defs.h;endline=20;md5=20cd55535260ca1779edae5c7b80b21e"
12
13DEPENDS = "libgpg-error"
14
15SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-${PV}.tar.bz2 \
16 file://libassuan-add-pkgconfig-support.patch"
17
18SRC_URI[md5sum] = "70151995c2330ae1261c0a7ca34cf478"
19SRC_URI[sha256sum] = "bb06dc81380b74bf1b64d5849be5c0409a336f3b4c45f20ac688e86d1b5bcb20"
20
21BINCONFIG = "${bindir}/libassuan-config"
22
23inherit autotools texinfo binconfig-disabled pkgconfig
24
25do_configure_prepend () {
26 # Else these could be used in preference to those in aclocal-copy
27 rm -f ${S}/m4/*.m4
28}
29
30BBCLASSEXTEND = "native"