summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/fetchmail/fetchmail_6.5.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-support/fetchmail/fetchmail_6.5.2.bb')
-rw-r--r--meta-networking/recipes-support/fetchmail/fetchmail_6.5.2.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/fetchmail/fetchmail_6.5.2.bb b/meta-networking/recipes-support/fetchmail/fetchmail_6.5.2.bb
new file mode 100644
index 0000000000..c1def016e9
--- /dev/null
+++ b/meta-networking/recipes-support/fetchmail/fetchmail_6.5.2.bb
@@ -0,0 +1,26 @@
1SUMMARY = "Fetchmail retrieves mail from remote mail servers and forwards it via SMTP"
2HOMEPAGE = "http://www.fetchmail.info/"
3DESCRIPTION = "Fetchmail is a full-featured, robust, well-documented remote-mail retrieval \
4and forwarding utility intended to be used over on-demand TCP/IP links (such as SLIP or PPP \
5connections). It supports every remote-mail protocol now in use on the Internet: POP2, POP3, \
6RPOP, APOP, KPOP, all flavors of IMAP, ETRN, and ODMR. It can even support IPv6 and IPSEC."
7SECTION = "mail"
8LICENSE = "GPL-2.0-only & MIT"
9LIC_FILES_CHKSUM = "file://COPYING;md5=46d2874dd6a0c8961d80c805f106a35f"
10
11DEPENDS = "openssl"
12
13SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz \
14 "
15SRC_URI[sha256sum] = "8fd0477408620ae382c1d0ef83d8946a95e5be0c2e582dd4ebe55cba513a45fe"
16
17inherit autotools gettext pkgconfig python3-dir python3native
18
19EXTRA_OECONF = "--with-ssl=${STAGING_DIR_HOST}${prefix} --disable-rpath "
20
21do_install:append() {
22 sed -i 's,${RECIPE_SYSROOT_NATIVE},,g' ${D}${bindir}/fetchmailconf
23}
24
25PACKAGES =+ "fetchmail-python"
26FILES:fetchmail-python = "${libdir}/${PYTHON_DIR}/*"