]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
dma: New package dma
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 23 Oct 2015 16:46:01 +0000 (17:46 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 23 Oct 2015 16:46:01 +0000 (17:46 +0100)
Fixes #10953

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
dma/dma.nm [new file with mode: 0644]

diff --git a/dma/dma.nm b/dma/dma.nm
new file mode 100644 (file)
index 0000000..59be716
--- /dev/null
@@ -0,0 +1,48 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+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