summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/mailx/mailx_12.4.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-extended/mailx/mailx_12.4.bb b/meta/recipes-extended/mailx/mailx_12.4.bb
new file mode 100644
index 0000000000..180dbe3019
--- /dev/null
+++ b/meta/recipes-extended/mailx/mailx_12.4.bb
@@ -0,0 +1,26 @@
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}-2.diff.gz;name=patch \
16 "
17SRC_URI[archive.md5sum] = "17b8ff86795a118b199e041b66b7d1aa"
18SRC_URI[archive.sha256sum] = "946d822cbff70df2ecf5b78c8347fdd01fdc5873f7a7cf55932b3e07030fa370"
19SRC_URI[patch.md5sum] = "3233d1a85fcb4dcde689132a1bba7fc9"
20SRC_URI[patch.sha256sum] = "b15fac77973b7d787469e51bbbeae7ddbe922b02a0c23208b9779ce837eba861"
21
22S = "${WORKDIR}/mailx-${PV}"
23
24inherit autotools
25
26CFLAGS_append = " -D_BSD_SOURCE -DDEBIAN -I${S}/EXT"