summaryrefslogtreecommitdiffstats
path: root/package/libesmtp
diff options
context:
space:
mode:
Diffstat (limited to 'package/libesmtp')
-rw-r--r--package/libesmtp/Config.in6
-rw-r--r--package/libesmtp/libesmtp.mk11
2 files changed, 17 insertions, 0 deletions
diff --git a/package/libesmtp/Config.in b/package/libesmtp/Config.in
new file mode 100644
index 000000000..4e9e455d8
--- /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 000000000..63f31923c
--- /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))