diff options
author | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
commit | 1b8dfe266937a37a4c642f96ceb2347bf4c00a17 (patch) | |
tree | 0c6aab146bb3c82efd9c7846a9a4e70dcb0ec84f /meta-xfce/recipes-thunar-plugins/archive | |
download | meta-openembedded-1b8dfe266937a37a4c642f96ceb2347bf4c00a17.tar.gz |
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-xfce/recipes-thunar-plugins/archive')
-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}" | ||