blob: 5af5d0df62114b4a783b445c0729b8d4a32eb0eb [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "Fetchmail retrieves mail from remote mail servers and forwards it via SMTP"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05002HOMEPAGE = "http://www.fetchmail.info/"
Patrick Williamsb48b7b42016-08-17 15:04:38 -05003DESCRIPTION = "Fetchmail is a full-featured, robust, well-documented remote-mail retrieval and forwarding utility intended to be used over on-demand TCP/IP links (such as SLIP or PPP connections). It supports every remote-mail protocol now in use on the Internet: POP2, POP3, RPOP, APOP, KPOP, all flavors of IMAP, ETRN, and ODMR. It can even support IPv6 and IPSEC."
4SECTION = "mail"
5LICENSE = "GPLv2 & MIT"
6LIC_FILES_CHKSUM = "file://COPYING;md5=fbb509e0303f5ded1cbfc0cc8705f28c"
7
8DEPENDS = "openssl"
9
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080010SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz \
11 file://02_remove_SSLv3.patch \
12 "
Patrick Williamsb48b7b42016-08-17 15:04:38 -050013SRC_URI[md5sum] = "61b66faad044afa26e142bb1791aa2b3"
14SRC_URI[sha256sum] = "79b4c54cdbaf02c1a9a691d9948fcb1a77a1591a813e904283a8b614b757e850"
15
16inherit autotools gettext python-dir pythonnative
17
18EXTRA_OECONF = "--with-ssl=${STAGING_DIR_HOST}${prefix}"
19
20PACKAGES =+ "fetchmail-python"
21FILES_fetchmail-python = "${libdir}/${PYTHON_DIR}/*"