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"
|
|
|
|
|
2018-03-24 13:32:56 -04:00
|
|
|
SRC_URI[archive.md5sum] = "39b13fb2fc7752fa3b80616244dc4ef8"
|
|
|
|
SRC_URI[archive.sha256sum] = "5de9db0db028cd6cab7c2fec46ba90965474ecf9cd68cfd681a6488cf1fb240a"
|
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 = ""
|
|
|
|
|