hc
2023-02-13 e440ec23c5a540cdd3f7464e8779219be6fd3d95
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
LICENSE = "LGPL-2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
DESCRIPTION = "Runtime libraries for parsing and creating MIME mail"
SECTION = "libs"
 
DEPENDS = "glib-2.0 zlib"
 
inherit gnomebase gobject-introspection
 
SRC_URI += "file://iconv-detect.h \
            file://nodolt.patch"
SRC_URI[archive.sha256sum] = "2aea96647a468ba2160a64e17c6dc6afe674ed9ac86070624a3f584c10737d44"
 
export ac_cv_have_iconv_detect_h="yes"
 
do_configure:append () {
    cp ${WORKDIR}/iconv-detect.h ${S}
}