2018-01-18 18:19:47 -05:00
|
|
|
SUMMARY = "Provides functions, widgets, and gschemas for GNOME applications which want to use archives to transfer directories over the internet"
|
|
|
|
HOMEPAGE = "https://wiki.gnome.org/TingweiLan/GSoC2013Final"
|
|
|
|
|
|
|
|
LICENSE = "LGPLv2.1"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
|
|
|
|
2020-10-30 14:55:28 -04:00
|
|
|
SRC_URI[archive.md5sum] = "36ab263f477eeee3c95c9381766eb3c2"
|
|
|
|
SRC_URI[archive.sha256sum] = "0a34c377f8841abbf4c29bc848b301fbd8e4e20c03d7318c777c58432033657a"
|
2018-01-18 18:19:47 -05:00
|
|
|
|
|
|
|
DEPENDS = "glib-2.0 gtk+3 glib-2.0-native gnome-common autoconf-archive libarchive"
|
|
|
|
|
2018-01-26 20:07:32 -05:00
|
|
|
do_compile_prepend() {
|
|
|
|
export GIR_EXTRA_LIBS_PATH="${B}/gnome-autoar/.libs"
|
|
|
|
}
|
|
|
|
|
2018-01-18 18:19:47 -05:00
|
|
|
inherit gnomebase gobject-introspection vala
|
|
|
|
|
|
|
|
EXTRA_OECONF = ""
|
|
|
|
|