diff options
Diffstat (limited to 'esmtp')
-rw-r--r-- | esmtp/esmtp_0.4.1.bb | 0 | ||||
-rw-r--r-- | esmtp/esmtp_0.4.1.oe | 11 |
2 files changed, 0 insertions, 11 deletions
diff --git a/esmtp/esmtp_0.4.1.bb b/esmtp/esmtp_0.4.1.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/esmtp/esmtp_0.4.1.bb diff --git a/esmtp/esmtp_0.4.1.oe b/esmtp/esmtp_0.4.1.oe deleted file mode 100644 index 081c7ab208..0000000000 --- a/esmtp/esmtp_0.4.1.oe +++ /dev/null @@ -1,11 +0,0 @@ -SECTION = "console/network" -LICENSE = "GPL" -DEPENDS = "libesmtp" -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." - -SRC_URI = "${SOURCEFORGE_MIRROR}/esmtp/esmtp-${PV}.tar.bz2" - -inherit autotools |