blob: 1091bb0791553f10d3cd3c5b1ae50fe423817bba [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001DESCRIPTION = "libetpan is a library for communicating with mail and news servers. \
2It supports the protocols SMTP, POP3, IMAP and NNTP."
3HOMEPAGE = "http://www.etpan.org"
4SECTION = "libs"
5DEPENDS = "gnutls liblockfile curl"
6LICENSE = "BSD"
7LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=f18ebe7e452708c26f83954f81062ba7"
8
9PR = "r1"
10
11# http://errors.yoctoproject.org/Errors/Details/25823/
12PNBLACKLIST[libetpan] ?= "Not compatible with gnutls version 3.4 currently in oe-core"
13
14SRC_URI = "${SOURCEFORGE_MIRROR}/libetpan/libetpan-${PV}.tar.gz \
15 file://libetpan-autoreconf.patch \
16 file://libetpan-ldflags.patch \
17 file://sepbuild.patch"
18
19inherit autotools pkgconfig gettext binconfig
20
21EXTRA_OECONF = "--without-openssl --without-sasl --with-gnutls --disable-db"
22
23PARALLEL_MAKE = ""
24
25FILES_${PN} = "${libdir}/lib*.so.*"
26FILES_${PN}-dev = "${bindir} ${includedir} ${libdir}/lib*.so ${libdir}/*.la ${libdir}/*.a ${libdir}/pkgconfig"
27
28
29SRC_URI[md5sum] = "8ce8c6c071e81884a475b12b7f9a9cc0"
30SRC_URI[sha256sum] = "1f3fda5c9e2961d1a6298dc8aadae321493d37727d8db45bc2e8d58f20547011"