aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/esmtp/esmtp_0.5.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/esmtp/esmtp_0.5.1.bb')
-rw-r--r--recipes/esmtp/esmtp_0.5.1.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/esmtp/esmtp_0.5.1.bb b/recipes/esmtp/esmtp_0.5.1.bb
new file mode 100644
index 0000000000..47709c1dac
--- /dev/null
+++ b/recipes/esmtp/esmtp_0.5.1.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "ESMTP is a user-configurable relay-only MTA \
+with a sendmail-compatible syntax, based on libESMTP and \
+supporting the AUTH (including the CRAM-MD5 and NTLM SASL \
+mechanisms) and StartTLS SMTP extensions."
+SECTION = "console/network"
+LICENSE = "GPL"
+DEPENDS = "libesmtp"
+PR = "r2"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/esmtp/esmtp-${PV}.tar.bz2"
+
+# Have to set this or we get -L/lib in LDFLAGS
+EXTRA_OECONF = "--with-libesmtp=${STAGING_EXECPREFIXDIR}"
+
+inherit autotools