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