diff options
author | Jingdong Lu <jingdong.lu@windriver.com> | 2011-01-30 14:44:58 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-01 23:59:41 +0000 |
commit | 2254fd96450275e10c6a77da97d3e18e01aaaafe (patch) | |
tree | cbcb8ed3f8aed5243c580c6c6b40f2b0a56a60f7 /meta/recipes-extended/mailx | |
parent | ab3161839a082547f64093eaf8a1e2d48db840e5 (diff) | |
download | openembedded-core-2254fd96450275e10c6a77da97d3e18e01aaaafe.tar.gz openembedded-core-2254fd96450275e10c6a77da97d3e18e01aaaafe.tar.bz2 openembedded-core-2254fd96450275e10c6a77da97d3e18e01aaaafe.zip |
mailx: add mailx 12.4
This package has been added from Open Embedded.
Changes from the Open Embedded version:
* Update version to 12.4(mailx has been replaced by heirloom-mailx)
* Add SUMMARY, LIC_FILES_CHKSUM
* Remove patch(install.patch)
Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
Diffstat (limited to 'meta/recipes-extended/mailx')
-rw-r--r-- | meta/recipes-extended/mailx/mailx_12.4.bb | 26 |
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 @@ +SUMMARY = "mailx is the traditional command-line-mode mail user agent." + +DESCRIPTION = "Mailx is derived from Berkeley Mail and is intended provide the \ +functionality of the POSIX mailx command with additional support \ +for MIME, IMAP, POP3, SMTP, and S/MIME." + +HOMEPAGE = "http://heirloom.sourceforge.net/mailx.html" +SECTION = "console/network" +PRIORITY = "required" +PR = "r0" +LICENSE = "GPL" +LIC_FILES_CHKSUM = "file://COPYING;md5=4202a0a62910cf94f7af8a3436a2a2dd" + +SRC_URI = "${DEBIAN_MIRROR}/main/h/heirloom-mailx/heirloom-mailx_${PV}.orig.tar.gz;name=archive \ + ${DEBIAN_MIRROR}/main/h/heirloom-mailx/heirloom-mailx_${PV}-2.diff.gz;name=patch \ + " +SRC_URI[archive.md5sum] = "17b8ff86795a118b199e041b66b7d1aa" +SRC_URI[archive.sha256sum] = "946d822cbff70df2ecf5b78c8347fdd01fdc5873f7a7cf55932b3e07030fa370" +SRC_URI[patch.md5sum] = "3233d1a85fcb4dcde689132a1bba7fc9" +SRC_URI[patch.sha256sum] = "b15fac77973b7d787469e51bbbeae7ddbe922b02a0c23208b9779ce837eba861" + +S = "${WORKDIR}/mailx-${PV}" + +inherit autotools + +CFLAGS_append = " -D_BSD_SOURCE -DDEBIAN -I${S}/EXT" |