gnome-autoar_0.2.4.bb 469 B

1234567891011121314151617
  1. SUMMARY = "GNOME archive library"
  2. LICENSE = "LGPLv2.1"
  3. LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
  4. DEPENDS = " \
  5. gtk+3 \
  6. libarchive \
  7. "
  8. inherit gnomebase gobject-introspection gtk-doc vala
  9. SRC_URI[archive.md5sum] = "36ab263f477eeee3c95c9381766eb3c2"
  10. SRC_URI[archive.sha256sum] = "0a34c377f8841abbf4c29bc848b301fbd8e4e20c03d7318c777c58432033657a"
  11. do_compile_prepend() {
  12. export GIR_EXTRA_LIBS_PATH="${B}/gnome-autoar/.libs"
  13. }