blob: 75ae43f021c08da269f8eb266c5cfa61356739fc [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -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+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \
7 file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
8 file://src/assuan.c;endline=20;md5=0f465544183405055ec179869fc5b5ba \
9 file://src/assuan-defs.h;endline=20;md5=20cd55535260ca1779edae5c7b80b21e"
10
11DEPENDS = "libgpg-error"
12
13SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-${PV}.tar.bz2 \
14 file://libassuan-add-pkgconfig-support.patch"
15
16SRC_URI[md5sum] = "6290e750ee87be3bfd9579fc44c6a186"
17SRC_URI[sha256sum] = "949285bb79345362cb72a40c798defefc007031c60f2f10251720bf60a9de2de"
18
19BINCONFIG = "${bindir}/libassuan-config"
20
21inherit autotools texinfo binconfig-disabled pkgconfig
22
23do_configure_prepend () {
24 # Else these could be used in prefernce to those in aclocal-copy
25 rm -f ${S}/m4/*.m4
26}
27
28BBCLASSEXTEND = "native"