Commit a9326c9a authored by Sagaert Johan's avatar Sagaert Johan Committed by Peter Korsgaard
Browse files

package: add libesmtp



This is a library for sending email through SMTP.

Signed-off-by: default avatarSagaert Johan <sagaert.johan@skynet.be>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 7f4a2bbc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -336,6 +336,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"
+6 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_LIBESMTP
	bool "libesmtp"
	help
	  Library for sending emails through SMTP.

	  http://www.stafford.uklinux.net/libesmtp
+11 −0
Original line number Diff line number Diff line
#############################################################
#
# 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))