]> git.ipfire.org Git - ipfire-3.x.git/blob - mailcap/mailcap.nm
json-c: Update to version 0.17-20230812
[ipfire-3.x.git] / mailcap / mailcap.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = mailcap
7 version = 2.1.45
8 release = 1
9 arch = noarch
10
11 groups = System/Base
12 url = https://fedorahosted.org/released/mailcap/
13 license = Public Domain and MIT
14 summary = Helper application and MIME type associations for file types.
15
16 description
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.
23 end
24
25 source_dl = https://fedorahosted.org/released/mailcap/
26 sources = %{thisapp}.tar.xz
27
28 build
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
41 end
42
43 packages
44 package %{name}
45 end