[poky] [PATCH 3/4] msmtp: Add msmtp

Jingdong Lu jingdong.lu at windriver.com
Fri Jan 21 01:26:29 PST 2011


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

diff --git a/meta/recipes-extended/msmtp/msmtp_1.4.21.bb b/meta/recipes-extended/msmtp/msmtp_1.4.21.bb
new file mode 100644
index 0000000..ae7c7f9
--- /dev/null
+++ b/meta/recipes-extended/msmtp/msmtp_1.4.21.bb
@@ -0,0 +1,31 @@
+SUMMARY = "msmtp is an SMTP client."
+DESCRIPTION = "msmtp is an SMTP client."
+HOMEPAGE = "http://msmtp.sourceforge.net/"
+SECTION = "console/network"
+
+PRIORITY = "required"
+LICENSE = "GPLv3"
+PR = "r0"
+
+
+#COPYING or Licence
+LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
+
+SRC_URI = "http://sourceforge.net/projects/msmtp/files/msmtp/1.4.21/msmtp-1.4.21.tar.bz2 \
+          "
+
+SRC_URI[md5sum] = "9d764cd9036168f49bc9d6531a7f3dba"
+SRC_URI[sha256sum] = "2fb39be54d793882081d38ec2b709f6dc1aa4c124f5f244e111a0b604df14ffa"
+
+inherit gettext
+
+#S = "${WORKDIR}/msmtp-1.4.21"
+
+do_configure() {
+	${S}/configure --prefix=${prefix}
+}
+
+do_install() {
+	oe_runmake 'DESTDIR=${D}' install
+}
+
-- 
1.7.0.4




More information about the poky mailing list