Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 1/1] New package libesmtp : Library for sending emails through SMTP.
@ 2011-12-14 15:04 Sagaert Johan
  2011-12-21 21:58 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Sagaert Johan @ 2011-12-14 15:04 UTC (permalink / raw)
  To: buildroot


This is a library for sending email through SMTP.

Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be>
---
 package/Config.in            |    1 +
 package/libesmtp/Config.in   |    6 ++++++
 package/libesmtp/libesmtp.mk |   11 +++++++++++
 3 files changed, 18 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..c9812af 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -338,6 +338,7 @@ source "package/libpcap/Config.in"
 source "package/libosip2/Config.in"
 source "package/librsync/Config.in"
 source "package/libsoup/Config.in"
+source "package/libesmtp/Config.in"
 source "package/libupnp/Config.in"
 endmenu
 
diff --git a/package/libesmtp/Config.in b/package/libesmtp/Config.in
new file mode 100644
index 0000000..44debeb
--- /dev/null
+++ b/package/libesmtp/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_LIBESMTP
+	bool "libesmtp"
+	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..63f3192
--- /dev/null
+++ b/package/libesmtp/libesmtp.mk
@@ -0,0 +1,11 @@
+#############################################################
+#
+# libesmtp
+#
+#############################################################
+LIBESMTP_VERSION = 1.0.6
+LIBESMTP_SOURCE = libesmtp-$(LIBESMTP_VERSION).tar.bz2
+LIBESMTP_SITE = http://www.stafford.uklinux.net/libesmtp
+LIBESMTP_INSTALL_STAGING = YES
+
+$(eval $(call AUTOTARGETS))
-- 
1.7.8

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

* [Buildroot] [PATCH v2 1/1] New package libesmtp : Library for sending emails through SMTP.
  2011-12-14 15:04 [Buildroot] [PATCH v2 1/1] New package libesmtp : Library for sending emails through SMTP Sagaert Johan
@ 2011-12-21 21:58 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2011-12-21 21:58 UTC (permalink / raw)
  To: buildroot

>>>>> "Sagaert" == Sagaert Johan <sagaert.johan@skynet.be> writes:

 Sagaert> This is a library for sending email through SMTP.

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

 Sagaert> diff --git a/package/Config.in b/package/Config.in
 Sagaert> index eb93b1c..c9812af 100644
 Sagaert> --- a/package/Config.in
 Sagaert> +++ b/package/Config.in
 Sagaert> @@ -338,6 +338,7 @@ source "package/libpcap/Config.in"
 Sagaert>  source "package/libosip2/Config.in"
 Sagaert>  source "package/librsync/Config.in"
 Sagaert>  source "package/libsoup/Config.in"
 Sagaert> +source "package/libesmtp/Config.in"

This should be sorted alphabetically. Other than that it looks good,
committed - Thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2011-12-21 21:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-14 15:04 [Buildroot] [PATCH v2 1/1] New package libesmtp : Library for sending emails through SMTP Sagaert Johan
2011-12-21 21:58 ` Peter Korsgaard

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