blob: 3e7b254a8fa9bccb6ec4012fe6d78b9df457c622 [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
Patrick Williams213cb262021-08-07 19:21:33 -050014do_compile:prepend() {
Brad Bishop23eaf032019-11-20 05:15:02 -050015 export GIR_EXTRA_LIBS_PATH="${B}/gnome-autoar/.libs"
16}