Patrick Williams | 8e7b46e | 2023-05-01 14:19:06 -0500 | [diff] [blame] | 1 | LICENSE = "LGPL-2.1-only" |
| 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" |
| 3 | DESCRIPTION = "Runtime libraries for parsing and creating MIME mail" |
| 4 | SECTION = "libs" |
| 5 | |
| 6 | DEPENDS = "glib-2.0 zlib" |
| 7 | |
Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 8 | GNOMEBASEBUILDCLASS = "autotools" |
Patrick Williams | 56b44a9 | 2024-01-19 08:49:29 -0600 | [diff] [blame] | 9 | inherit gnomebase gobject-introspection vala gtk-doc |
Patrick Williams | 8e7b46e | 2023-05-01 14:19:06 -0500 | [diff] [blame] | 10 | |
| 11 | SRC_URI = "https://github.com/jstedfast/${BPN}/releases/download/${PV}/${BP}.tar.xz \ |
| 12 | file://iconv-detect.h \ |
| 13 | " |
| 14 | SRC_URI[sha256sum] = "2e10a54d4821daf8b16c019ad5d567e0fb8e766f8ffe5fec3d4c6a37373d6406" |
| 15 | |
| 16 | EXTRA_OECONF += "--enable-largefile" |
| 17 | |
| 18 | export ac_cv_have_iconv_detect_h="yes" |
| 19 | export ac_cv_sys_file_offset_bits="64" |
| 20 | |
| 21 | do_configure:append () { |
| 22 | cp ${WORKDIR}/iconv-detect.h ${S} |
| 23 | } |