summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/mailcap/mailcap_2.1.52.bb
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2021-03-04 16:30:02 +0800
committerKhem Raj <raj.khem@gmail.com>2021-03-04 09:04:24 -0800
commitff4d17bfa70357785728e8f4ff02b61ee127a662 (patch)
tree2be5f65d9be7c3bca36125f9ad4d331a00aa7e63 /meta-oe/recipes-support/mailcap/mailcap_2.1.52.bb
parent16f731f5f253a6e8b06dec5548700128226ad03f (diff)
downloadmeta-openembedded-ff4d17bfa70357785728e8f4ff02b61ee127a662.tar.gz
mailcap: upgrade 2.1.49 -> 2.1.52
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/mailcap/mailcap_2.1.52.bb')
-rw-r--r--meta-oe/recipes-support/mailcap/mailcap_2.1.52.bb31
1 files changed, 31 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/mailcap/mailcap_2.1.52.bb b/meta-oe/recipes-support/mailcap/mailcap_2.1.52.bb
new file mode 100644
index 0000000000..69e1788e94
--- /dev/null
+++ b/meta-oe/recipes-support/mailcap/mailcap_2.1.52.bb
@@ -0,0 +1,31 @@
1SUMMARY = "Helper application and MIME type associations for file types"
2HOMEPAGE = "https://pagure.io/mailcap"
3DESCRIPTION = "The mailcap file is used by the metamail program. Metamail reads the \
4mailcap file to determine how it should display non-text or multimedia \
5material. Basically, mailcap associates a particular type of file \
6with a particular program that a mail agent or other program can call \
7in order to handle the file. Mailcap should be installed to allow \
8certain programs to be able to handle non-text files. \
9\
10Also included in this package is the mime.types file which contains a \
11list of MIME types and their filename extension associations, used \
12by several applications e.g. to determine MIME types for filenames."
13
14SECTION = "System Environment/Base"
15
16LICENSE = "PD & MIT"
17LIC_FILES_CHKSUM = "file://COPYING;md5=8dce08227d135cfda1f19d4c0c6689de"
18
19SRC_URI = "https://releases.pagure.org/${BPN}/${BP}.tar.xz"
20
21SRC_URI[md5sum] = "3d1a14a80bb85564c323562670f1c01f"
22SRC_URI[sha256sum] = "e6f615ec2ffe705522075d960744534c443ece66acfb34fada38d567d8823639"
23
24inherit update-alternatives
25
26do_install() {
27 oe_runmake install DESTDIR=${D} sysconfdir=${sysconfdir} mandir=${mandir}
28}
29
30ALTERNATIVE_${PN} = "mime.types"
31ALTERNATIVE_LINK_NAME[mime.types] = "${sysconfdir}/mime.types"