[poky] [PATCH 10/10] mailx: Add mailx

Lu Jingdong jingdong.lu at windriver.com
Tue Dec 14 01:04:05 PST 2010


Subject: [PATCH 10/10] mailx: Add mailx

Signed-off-by: Jingdong Lu <jingdong.lu at windriver.com>
---
 meta/recipes-extended/mailx/mailx_12.4.bb |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)
 create mode 100644 meta/recipes-extended/mailx/mailx_12.4.bb

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 0000000..ffda949
--- /dev/null
+++ b/meta/recipes-extended/mailx/mailx_12.4.bb
@@ -0,0 +1,21 @@
+DESCRIPTION = "Mailx is an enhanced mail command, which provides the
functionality \
+of the POSIX mailx command, as well as SysV mail and Berkeley Mail \
+(from which it is derived)."
+HOMEPAGE = "http://heirloom.sourceforge.net/mailx.html"
+SECTION = "console/network"
+
+PRIORITY = "required"
+LICENSE = "BSD with advertising and MPLv1.1"
+PR = "r0"
+
+#COPYING or Licence
+LIC_FILES_CHKSUM =
"file://COPYING;md5=4202a0a62910cf94f7af8a3436a2a2dd"
+
+SRC_URI = "http://downloads.sourceforge.net/heirloom/mailx-12.4.tar.bz2
\
+          "
+
+#inherit autotools gettext
+
+do_install() {
+       make DESTDIR=${D} PREFIX=/usr UCBINSTALL=install install
+}
-- 
1.7.0.4
-- 
Lu Jingdong
jingdong.lu at windriver.com
China, Wind River




More information about the poky mailing list