- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
31 lines
1.2 KiB
BlitzBasic
31 lines
1.2 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[sha256sum] = "9a4032202fc0d2b0858f41b167389a9cfe52ac24ec282e6479b90765319de113"
|
|
|
|
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"
|