blob: 909d7cf9eaed3d1ad97a58c86a44010b24847872 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "Fetchmail retrieves mail from remote mail servers and forwards it via SMTP"
2DESCRIPTION = "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."
3SECTION = "mail"
4LICENSE = "GPLv2 & MIT"
5LIC_FILES_CHKSUM = "file://COPYING;md5=fbb509e0303f5ded1cbfc0cc8705f28c"
6
7DEPENDS = "openssl"
8
9SRC_URI = "http://download.berlios.de/fetchmail/fetchmail-${PV}.tar.xz"
10SRC_URI[md5sum] = "61b66faad044afa26e142bb1791aa2b3"
11SRC_URI[sha256sum] = "79b4c54cdbaf02c1a9a691d9948fcb1a77a1591a813e904283a8b614b757e850"
12
13inherit autotools gettext python-dir pythonnative
14
15EXTRA_OECONF = "--with-ssl=${STAGING_DIR_HOST}${prefix}"
16
17PACKAGES =+ "fetchmail-python"
18FILES_fetchmail-python = "${libdir}/${PYTHON_DIR}/*"