summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/msmtp/msmtp_1.4.30.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/msmtp/msmtp_1.4.30.bb')
-rw-r--r--meta/recipes-extended/msmtp/msmtp_1.4.30.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/recipes-extended/msmtp/msmtp_1.4.30.bb b/meta/recipes-extended/msmtp/msmtp_1.4.30.bb
new file mode 100644
index 0000000000..096da65f23
--- /dev/null
+++ b/meta/recipes-extended/msmtp/msmtp_1.4.30.bb
@@ -0,0 +1,27 @@
1SUMMARY = "msmtp is an SMTP client."
2DESCRIPTION = "A sendmail replacement for use in MTAs like mutt"
3HOMEPAGE = "http://msmtp.sourceforge.net/"
4SECTION = "console/network"
5
6LICENSE = "GPLv3"
7DEPENDS = "zlib gnutls"
8PR = "r0"
9
10
11#COPYING or Licence
12LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
13
14SRC_URI = "http://sourceforge.net/projects/msmtp/files/msmtp/${PV}/${BPN}-${PV}.tar.bz2 \
15 "
16
17SRC_URI[md5sum] = "4d32724a2b03f07aa6d4ea9d49367ad3"
18SRC_URI[sha256sum] = "f152b9296e36e340eb049c7ee4d6980fcdb29d948e654bdc74bea7ee97409886"
19
20inherit gettext autotools update-alternatives
21
22EXTRA_OECONF += "--without-gnome-keyring --without-libidn"
23
24ALTERNATIVE_${PN} = "sendmail"
25ALTERNATIVE_TARGET[sendmail] = "${bindir}/msmtp"
26ALTERNATIVE_LINK_NAME[sendmail] = "${sbindir}/sendmail"
27ALTERNATIVE_PRIORITY = "100"