mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
c61dc077bb
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
32 lines
1.3 KiB
BlitzBasic
32 lines
1.3 KiB
BlitzBasic
SUMMARY = "Helper application and MIME type associations for file types"
|
|
HOMEPAGE = "https://pagure.io/mailcap"
|
|
DESCRIPTION = "The mailcap file is used by the metamail program. Metamail reads the \
|
|
mailcap file to determine how it should display non-text or multimedia \
|
|
material. Basically, mailcap associates a particular type of file \
|
|
with a particular program that a mail agent or other program can call \
|
|
in order to handle the file. Mailcap should be installed to allow \
|
|
certain programs to be able to handle non-text files. \
|
|
\
|
|
Also included in this package is the mime.types file which contains a \
|
|
list of MIME types and their filename extension associations, used \
|
|
by several applications e.g. to determine MIME types for filenames."
|
|
|
|
SECTION = "System Environment/Base"
|
|
|
|
LICENSE = "PD & MIT"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=8dce08227d135cfda1f19d4c0c6689de"
|
|
|
|
SRC_URI = "https://releases.pagure.org/${BPN}/${BP}.tar.xz"
|
|
|
|
SRC_URI[md5sum] = "ee02da867389d290923cc138487176f9"
|
|
SRC_URI[sha256sum] = "5eea2ef17b304977ba3ecb87afad4319fa0440f825e4f6fba6e8fa2ffeb88785"
|
|
|
|
inherit update-alternatives
|
|
|
|
do_install() {
|
|
oe_runmake install DESTDIR=${D} sysconfdir=${sysconfdir} mandir=${mandir}
|
|
}
|
|
|
|
ALTERNATIVE:${PN} = "mime.types"
|
|
ALTERNATIVE_LINK_NAME[mime.types] = "${sysconfdir}/mime.types"
|