blob: 8d602eee44c5371a5b21ecb7e8b15d9293b739e7 [file] [log] [blame]
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00001SUMMARY = "GNOME archive library"
Andrew Geissler9aee5002022-03-30 16:27:02 +00002LICENSE = "LGPL-2.1-only"
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00003LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
4
5DEPENDS = " \
6 gtk+3 \
7 libarchive \
8"
9
Andrew Geissler7e0e3c02022-02-25 20:34:39 +000010GIR_MESON_ENABLE_FLAG = 'enabled'
11GIR_MESON_DISABLE_FLAG = 'disabled'
12GTKDOC_MESON_OPTION = "gtk_doc"
13
14inherit gnomebase gobject-introspection gtk-doc vala
15
Andrew Geisslerfc113ea2023-03-31 09:59:46 -050016SRC_URI[archive.sha256sum] = "c0afbe333bcf3cb1441a1f574cc8ec7b1b8197779145d4edeee2896fdacfc3c2"
Andrew Geissler7e0e3c02022-02-25 20:34:39 +000017
18do_compile:prepend() {
19 export GIR_EXTRA_LIBS_PATH="${B}/gnome-autoar/.libs"
20}