Brad Bishop | 23eaf03 | 2019-11-20 05:15:02 -0500 | [diff] [blame] | 1 | SUMMARY = "GNOME archive library" |
| 2 | LICENSE = "LGPLv2.1" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
| 4 | |
| 5 | DEPENDS = " \ |
Brad Bishop | 23eaf03 | 2019-11-20 05:15:02 -0500 | [diff] [blame] | 6 | gtk+3 \ |
| 7 | libarchive \ |
| 8 | " |
| 9 | |
| 10 | inherit gnomebase gobject-introspection gtk-doc vala |
| 11 | |
William A. Kennington III | b95905d | 2021-06-02 12:40:56 -0700 | [diff] [blame] | 12 | SRC_URI[archive.md5sum] = "3c8da1a8489255f2aaa5fdb690308e5d" |
| 13 | SRC_URI[archive.sha256sum] = "a48c4d5ce9a9ed05ba8bc8fdeb9af2d1a7bd8091c2911d6c37223c4f488f7c72" |
Brad Bishop | 23eaf03 | 2019-11-20 05:15:02 -0500 | [diff] [blame] | 14 | |
| 15 | do_compile_prepend() { |
| 16 | export GIR_EXTRA_LIBS_PATH="${B}/gnome-autoar/.libs" |
| 17 | } |