Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] New package : libesmtp Library for sending email through SMTP.
@ 2011-12-14  0:26 Sagaert Johan
  2011-12-14  7:48 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Sagaert Johan @ 2011-12-14  0:26 UTC (permalink / raw)
  To: buildroot


This is a library that could be used to send emails through SMTP.

Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be>
---
 package/Config.in            |    1 +
 package/libesmtp/Config.in   |    7 +++++++
 package/libesmtp/libesmtp.mk |   12 ++++++++++++
 3 files changed, 20 insertions(+), 0 deletions(-)
 create mode 100644 package/libesmtp/Config.in
 create mode 100644 package/libesmtp/libesmtp.mk

diff --git a/package/Config.in b/package/Config.in
index eb93b1c..b455408 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -327,6 +327,7 @@ source "package/libcgi/Config.in"
 source "package/libcgicc/Config.in"
 source "package/libcurl/Config.in"
 source "package/libdnet/Config.in"
+source "package/libesmtp/Config.in"
 source "package/libeXosip2/Config.in"
 source "package/libidn/Config.in"
 source "package/libmicrohttpd/Config.in"
diff --git a/package/libesmtp/Config.in b/package/libesmtp/Config.in
new file mode 100644
index 0000000..698f52f
--- /dev/null
+++ b/package/libesmtp/Config.in
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_LIBESMTP
+	bool "libesmtp"
+	select BR2_PACKAGE_OPENSSL
+	help
+	  Library for sending emails through SMTP.
+	  
+	  http://www.stafford.uklinux.net/libesmtp
diff --git a/package/libesmtp/libesmtp.mk b/package/libesmtp/libesmtp.mk
new file mode 100644
index 0000000..8997465
--- /dev/null
+++ b/package/libesmtp/libesmtp.mk
@@ -0,0 +1,12 @@
+#############################################################
+#
+# libesmtp
+#
+#############################################################
+LIBESMTP_VERSION = 1.0.6
+LIBESMTP_SOURCE = libesmtp-$(LIBESMTP_VERSION).tar.bz2
+LIBESMTP_SITE = http://www.stafford.uklinux.net/libesmtp
+LIBESMTP_DEPENDENCIES = openssl
+LIBESMTP_INSTALL_STAGING = YES
+
+$(eval $(call AUTOTARGETS))
-- 
1.7.8

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-12-14  7:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-14  0:26 [Buildroot] [PATCH 1/1] New package : libesmtp Library for sending email through SMTP Sagaert Johan
2011-12-14  7:48 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox