blob: 5d7a9a657540f749bb39312c57162b041c0cfa80 [file] [log] [blame]
Brad Bishop23eaf032019-11-20 05:15:02 -05001SUMMARY = "GNOME archive library"
2LICENSE = "LGPLv2.1"
3LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
4
5DEPENDS = " \
Brad Bishop23eaf032019-11-20 05:15:02 -05006 gtk+3 \
7 libarchive \
8"
9
10inherit gnomebase gobject-introspection gtk-doc vala
11
Andrew Geissler69721092021-07-23 12:57:00 -040012SRC_URI[archive.sha256sum] = "272400f73a375a7e88fdf1e12591bfb8f3f03edf01780cadcd74f70b613e5c04"
Brad Bishop23eaf032019-11-20 05:15:02 -050013
14do_compile_prepend() {
15 export GIR_EXTRA_LIBS_PATH="${B}/gnome-autoar/.libs"
16}