summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb')
-rw-r--r--meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb b/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb
new file mode 100644
index 000000000..9e4b6963c
--- /dev/null
+++ b/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb
@@ -0,0 +1,24 @@
1SUMMARY = "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://gitorious.org/xfce/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"