diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2013-05-13 00:53:10 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-19 09:37:30 +0200 |
commit | 29cd0c6255462ec8655a27cd62cb3055f1e9b649 (patch) | |
tree | 4db2e948e3ece308c430f0314be728d73ec3a0d5 /meta-xfce/recipes-thunar-plugins | |
parent | 094c5412efa2f884fbd904a709f9adc30a035b93 (diff) | |
download | meta-openembedded-29cd0c6255462ec8655a27cd62cb3055f1e9b649.tar.gz |
thunar-archive-plugin: initial add 0.3.1
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-xfce/recipes-thunar-plugins')
-rw-r--r-- | meta-xfce/recipes-thunar-plugins/archive/thunar-archive-plugin_0.3.1.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-xfce/recipes-thunar-plugins/archive/thunar-archive-plugin_0.3.1.bb b/meta-xfce/recipes-thunar-plugins/archive/thunar-archive-plugin_0.3.1.bb new file mode 100644 index 000000000..90ab6af19 --- /dev/null +++ b/meta-xfce/recipes-thunar-plugins/archive/thunar-archive-plugin_0.3.1.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | DESCRIPTION = "Thunar Archive Plugin allows you to create and extract archive files using file context menus in Thunar" | ||
2 | HOMEPAGE = "http://goodies.xfce.org/projects/thunar-plugins/thunar-archive-plugin" | ||
3 | LICENSE = "GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=252890d9eee26aab7b432e8b8a616475" | ||
5 | |||
6 | inherit thunar-plugin | ||
7 | |||
8 | SRC_URI[md5sum] = "425f4faaace6dc7a4716a35b7795463a" | ||
9 | SRC_URI[sha256sum] = "9ad559b0c11308f6897ad56604e5a06dc8f369f649eb20120b2d3018ef5da54c" | ||
10 | |||
11 | # install tap files in ${libdir}/thunar-archive-plugin | ||
12 | EXTRA_OECONF += "--libexecdir=${libdir}" | ||