summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/mailx/mailx_12.5.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-05-24 14:58:26 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-01 18:34:33 +0100
commit8707a2d4217f29e9017e8bbcd259b103b0669e51 (patch)
tree63c28a39568e65f207483407ef1312b17d611d6b /meta/recipes-extended/mailx/mailx_12.5.bb
parent18940c7497aa55415e9872861c9d9315ef1f54be (diff)
downloadpoky-8707a2d4217f29e9017e8bbcd259b103b0669e51.tar.gz
mailx: update to 12.5
(From OE-Core rev: 052ecd82ae73279fb768222f5f5aed17fd14c7b9) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/mailx/mailx_12.5.bb')
-rw-r--r--meta/recipes-extended/mailx/mailx_12.5.bb29
1 files changed, 29 insertions, 0 deletions
diff --git a/meta/recipes-extended/mailx/mailx_12.5.bb b/meta/recipes-extended/mailx/mailx_12.5.bb
new file mode 100644
index 0000000000..171e892451
--- /dev/null
+++ b/meta/recipes-extended/mailx/mailx_12.5.bb
@@ -0,0 +1,29 @@
1SUMMARY = "mailx is the traditional command-line-mode mail user agent."
2
3DESCRIPTION = "Mailx is derived from Berkeley Mail and is intended provide the \
4functionality of the POSIX mailx command with additional support \
5for MIME, IMAP, POP3, SMTP, and S/MIME."
6
7HOMEPAGE = "http://heirloom.sourceforge.net/mailx.html"
8SECTION = "console/network"
9PRIORITY = "required"
10PR = "r0"
11LICENSE = "GPL"
12LIC_FILES_CHKSUM = "file://COPYING;md5=4202a0a62910cf94f7af8a3436a2a2dd"
13
14SRC_URI = "${DEBIAN_MIRROR}/main/h/heirloom-mailx/heirloom-mailx_${PV}.orig.tar.gz;name=archive \
15 ${DEBIAN_MIRROR}/main/h/heirloom-mailx/heirloom-mailx_${PV}-1.diff.gz;name=patch \
16 "
17
18SRC_URI[archive.md5sum] = "29a6033ef1412824d02eb9d9213cb1f2"
19SRC_URI[archive.sha256sum] = "015ba4209135867f37a0245d22235a392b8bbed956913286b887c2e2a9a421ad"
20SRC_URI[patch.md5sum] = "f466281336183be673bf136dd7096662"
21SRC_URI[patch.sha256sum] = "aaf2a4bbf145e5ca9cdeb0843091ec8cc01df6c9568c997207a5e97b4dc5ba43"
22
23S = "${WORKDIR}/heirloom-mailx-${PV}"
24
25inherit autotools
26
27CFLAGS_append = " -D_BSD_SOURCE -DDEBIAN -I${S}/EXT"
28
29PARALLEL_MAKE = ""