Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 1 | LICENSE = "LGPL-2.1" |
| 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" |
| 3 | DESCRIPTION = "Runtime libraries for parsing and creating MIME mail" |
| 4 | SECTION = "libs" |
| 5 | DEPENDS = "glib-2.0 zlib" |
| 6 | |
| 7 | inherit gnomebase gobject-introspection |
| 8 | |
| 9 | SRC_URI += "file://iconv-detect.h \ |
| 10 | file://nodolt.patch" |
| 11 | |
| 12 | SRC_URI[archive.md5sum] = "656548dc431004d1ebf95e5d0bb4b9c8" |
| 13 | SRC_URI[archive.sha256sum] = "abff194c7c4802fba2e233890d09dde8bf7170c3ad5e13000601c8d5b3c44717" |
| 14 | |
| 15 | export ac_cv_have_iconv_detect_h="yes" |
| 16 | do_configure_append = "cp ${WORKDIR}/iconv-detect.h ${S}" |