From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by mx1.pokylinux.org (Postfix) with ESMTP id EE8904C81065 for ; Fri, 21 Jan 2011 03:27:42 -0600 (CST) Received: from ALA-MAIL03.corp.ad.wrs.com (ala-mail03 [147.11.57.144]) by mail.windriver.com (8.14.3/8.14.3) with ESMTP id p0L9RgKw004765 for ; Fri, 21 Jan 2011 01:27:42 -0800 (PST) Received: from ala-mail06.corp.ad.wrs.com ([147.11.57.147]) by ALA-MAIL03.corp.ad.wrs.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 21 Jan 2011 01:27:42 -0800 Received: from localhost ([128.224.162.176]) by ala-mail06.corp.ad.wrs.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 21 Jan 2011 01:27:42 -0800 Message-Id: <7cbea1bf4db47e0853def12f0518e8dff40911cd.1295601800.git.jingdong.lu@windriver.com> In-Reply-To: References: From: Jingdong Lu Old-Date: Fri, 21 Jan 2011 16:37:12 +0800 Date: Fri, 21 Jan 2011 17:26:23 +0800 To: poky@yoctoproject.org CC: X-OriginalArrivalTime: 21 Jan 2011 09:27:42.0769 (UTC) FILETIME=[7475D210:01CBB94D] Subject: [PATCH 1/4] mailx: Add mailx X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jan 2011 09:27:43 -0000 Signed-off-by: Jingdong Lu --- meta/recipes-extended/mailx/mailx_12.4.bb | 23 +++++++++++++++++++++++ 1 files changed, 23 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..10df47d --- /dev/null +++ b/meta/recipes-extended/mailx/mailx_12.4.bb @@ -0,0 +1,23 @@ +SUMMARY = "mailx is the traditional command-line-mode \ +mail user agent." +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 \ + " +SRC_URI[md5sum] = "0c93759e34200eb56a0e7c464680a54a" +SRC_URI[sha256sum] = "92201e769fe346bc0364c87437a330ef3c97ab3e9d7b2235b93f509e85e5716a" + +do_install() { + make DESTDIR=${D} PREFIX=${prefix} UCBINSTALL=install install +} -- 1.7.0.4