]>
Commit | Line | Data |
---|---|---|
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 MT |
6 | name = mailcap |
7 | version = 2.1.36 | |
9eb2f642 | 8 | release = 2 |
802ea3af MT |
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 | |
65c63dd5 | 22 | certain programs to be able to handle non-text files. |
802ea3af MT |
23 | end |
24 | ||
25 | source_dl = | |
26 | sources = %{thisapp}.tar.xz | |
65c63dd5 | 27 | |
802ea3af | 28 | build |
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 | |
41 | end | |
65c63dd5 | 42 | |
802ea3af MT |
43 | packages |
44 | package %{name} | |
45 | end |