diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-05-24 14:59:12 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-01 18:34:34 +0100 |
commit | b326fa0735ff8780bfe1586cf9127998b78e765d (patch) | |
tree | da2891cce1857c23c229d9f11e0f7bd1dcc4643f /meta/recipes-extended/msmtp/msmtp_1.4.24.bb | |
parent | 59ab20ef31aaec9a521ee545ce9db02483b87ff2 (diff) | |
download | poky-b326fa0735ff8780bfe1586cf9127998b78e765d.tar.gz |
msmtp: update tof 1.4.24
(From OE-Core rev: 5aaed6f4fc275b95e969fe880439540200201c3c)
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.24.bb')
-rw-r--r-- | meta/recipes-extended/msmtp/msmtp_1.4.24.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-extended/msmtp/msmtp_1.4.24.bb b/meta/recipes-extended/msmtp/msmtp_1.4.24.bb new file mode 100644 index 0000000000..39a7eea108 --- /dev/null +++ b/meta/recipes-extended/msmtp/msmtp_1.4.24.bb | |||
@@ -0,0 +1,26 @@ | |||
1 | SUMMARY = "msmtp is an SMTP client." | ||
2 | DESCRIPTION = "A sendmail replacement for use in MTAs like mutt" | ||
3 | HOMEPAGE = "http://msmtp.sourceforge.net/" | ||
4 | SECTION = "console/network" | ||
5 | |||
6 | PRIORITY = "required" | ||
7 | LICENSE = "GPLv3" | ||
8 | DEPENDS = "zlib gnutls" | ||
9 | PR = "r1" | ||
10 | |||
11 | |||
12 | #COPYING or Licence | ||
13 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
14 | |||
15 | SRC_URI = "http://sourceforge.net/projects/msmtp/files/msmtp/${PV}/${BPN}-${PV}.tar.bz2 \ | ||
16 | " | ||
17 | |||
18 | SRC_URI[md5sum] = "3ed704fbd3e7419cab5c65bb7928d9ba" | ||
19 | SRC_URI[sha256sum] = "f19f3fcc67da448420b3adbd5add09f8fe110664dd64f3c2cd693ef0cb736887" | ||
20 | |||
21 | inherit gettext autotools update-alternatives | ||
22 | |||
23 | ALTERNATIVE_NAME = "sendmail" | ||
24 | ALTERNATIVE_PATH = "${bindir}/msmtp" | ||
25 | ALTERNATIVE_LINK = "${sbindir}/sendmail" | ||
26 | ALTERNATIVE_PRIORITY = "100" | ||