blob: ca299223db0bfc374c6765bed927734015788761 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "Lightweight, desktop independent GTK+ archive manager"
2HOMEPAGE = "http://xarchiver.sourceforge.net"
3SECTION = "x11"
4
5LICENSE = "GPLv2+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
7
8DEPENDS = "gtk+ glib-2.0 xfce4-dev-tools-native intltool-native"
9
10SRC_URI = "git://github.com/schnitzeltony/xarchiver.git;branch=master"
11SRCREV = "e80e90528c9aab2fe36d9078b945b44c05cc20d3"
12PV = "0.5.3"
13S = "${WORKDIR}/git"
14
15inherit xfce-git gettext pkgconfig autotools gtk-icon-cache
16
17# install tap files for thunar-archive-plugin in ${libdir}/thunar-archive-plugin
18EXTRA_OECONF += "--libexecdir=${libdir}"
19
20EXTRA_OECONF += "--enable-maintainer-mode"
21
22FILES_${PN} += "${libdir}/thunar-archive-plugin"
23
24RRECOMMENDS_${PN} = "lzop zip tar bzip2 unzip xz"