summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/msmtp/msmtp_1.4.30.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-11-30 18:20:49 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-12-03 14:47:56 +0000
commit2f2c6301ea7ce1a95ec8777c7da69c9a2eb069e6 (patch)
treea8123bb480964c4363be2248b275136e5f69992c /meta/recipes-extended/msmtp/msmtp_1.4.30.bb
parent7b90941c9d8e9f15947d39975c56994f8c77f585 (diff)
downloadpoky-2f2c6301ea7ce1a95ec8777c7da69c9a2eb069e6.tar.gz
msmtp: Update to 1.4.30
(From OE-Core rev: c15bf389598844560d710504dbd357dc774e8265) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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"