All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 10/10] mailx: Add mailx
@ 2010-12-14  9:04 Lu Jingdong
  0 siblings, 0 replies; only message in thread
From: Lu Jingdong @ 2010-12-14  9:04 UTC (permalink / raw)
  To: poky

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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-12-14  9:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-14  9:04 [PATCH 10/10] mailx: Add mailx Lu Jingdong

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.