From: Michael Tremer Date: Fri, 23 Oct 2015 16:46:01 +0000 (+0100) Subject: dma: New package X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fdma;p=people%2Fms%2Fipfire-3.x.git dma: New package Fixes #10953 Signed-off-by: Michael Tremer --- diff --git a/dma/dma.nm b/dma/dma.nm new file mode 100644 index 000000000..59be716bb --- /dev/null +++ b/dma/dma.nm @@ -0,0 +1,48 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team # +############################################################################### + +name = dma +version = 0.10 +release = 1 + +groups = Mail +url = https://github.com/corecode/dma +license = BSD +summary = DragonFly Mail Agent + +description + dma is a small Mail Transport Agent (MTA), designed for home and + office use. It accepts mails from locally installed Mail User Agents + (MUA) and delivers the mails either locally or to a remote destination. + + Remote delivery includes several features like TLS/SSL support and + SMTP authentication. +end + +build + requires + bison + flex + openssl-devel + end + + make_build_targets += PREFIX=%{prefix} + + # Workaround for #10952 + make_build_targets += LEX="flex -l" + + make_install_targets += PREFIX=%{prefix} \ + sendmail-link mailq-link install-spool-dirs install-etc +end + +packages + package %{name} + groups += Base + end + + package %{name}-debuginfo + template DEBUGINFO + end +end