]> git.ipfire.org Git - ipfire-3.x.git/blame - mailcap/mailcap.nm
pcengines-firmware: update to 4.9.0.7
[ipfire-3.x.git] / mailcap / mailcap.nm
CommitLineData
65c63dd5 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
65c63dd5
SS
4###############################################################################
5
802ea3af 6name = mailcap
f0c126f2
AM
7version = 2.1.45
8release = 1
802ea3af
MT
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
65c63dd5 22 certain programs to be able to handle non-text files.
802ea3af
MT
23end
24
f0c126f2 25source_dl = https://fedorahosted.org/released/mailcap/
802ea3af 26sources = %{thisapp}.tar.xz
65c63dd5 27
802ea3af 28build
9eb2f642
MT
29 requires
30 perl
31 end
32
802ea3af 33 build = # Nothing to do.
65c63dd5 34
802ea3af
MT
35 test
36 make check
37 end
65c63dd5 38
802ea3af
MT
39 make_install_targets += \
40 sysconfdir=/etc mandir=/usr/share/man
41end
65c63dd5 42
802ea3af
MT
43packages
44 package %{name}
45end