]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame_incremental - mailcap/mailcap.nm
paxctl: Update to 0.8.
[people/ms/ipfire-3.x.git] / mailcap / mailcap.nm
... / ...
CommitLineData
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = mailcap
7version = 2.1.36
8release = 2
9arch = noarch
10
11groups = System/Base
12url = https://fedorahosted.org/released/mailcap/
13license = Public Domain and MIT
14summary = Helper application and MIME type associations for file types.
15
16description
17 The mailcap file is used by the metamail program. Metamail reads the
18 mailcap file to determine how it should display non-text or multimedia
19 material. Basically, mailcap associates a particular type of file
20 with a particular program that a mail agent or other program can call
21 in order to handle the file. Mailcap should be installed to allow
22 certain programs to be able to handle non-text files.
23end
24
25source_dl =
26sources = %{thisapp}.tar.xz
27
28build
29 requires
30 perl
31 end
32
33 build = # Nothing to do.
34
35 test
36 make check
37 end
38
39 make_install_targets += \
40 sysconfdir=/etc mandir=/usr/share/man
41end
42
43packages
44 package %{name}
45end