From: Lu Jingdong <jingdong.lu@windriver.com>
To: poky <poky@yoctoproject.org>
Subject: [PATCH 10/10] mailx: Add mailx
Date: Tue, 14 Dec 2010 17:04:05 +0800 [thread overview]
Message-ID: <1292317445.2240.2.camel@eric-desktop> (raw)
Subject: [PATCH 10/10] mailx: Add mailx
Signed-off-by: Jingdong Lu <jingdong.lu@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@windriver.com
China, Wind River
reply other threads:[~2010-12-14 9:02 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1292317445.2240.2.camel@eric-desktop \
--to=jingdong.lu@windriver.com \
--cc=poky@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.