]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - mailcap/mailcap.nm
Move all packages to root.
[people/amarx/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
MT
6name = mailcap
7version = 2.1.36
8release = 1
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
25source_dl =
26sources = %{thisapp}.tar.xz
65c63dd5 27
802ea3af
MT
28build
29 build = # Nothing to do.
65c63dd5 30
802ea3af
MT
31 test
32 make check
33 end
65c63dd5 34
802ea3af
MT
35 make_install_targets += \
36 sysconfdir=/etc mandir=/usr/share/man
37end
65c63dd5 38
802ea3af
MT
39packages
40 package %{name}
41end