aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/sylpheed/claws-plugin-mailmbox_1.14.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/sylpheed/claws-plugin-mailmbox_1.14.bb')
-rw-r--r--recipes/sylpheed/claws-plugin-mailmbox_1.14.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/sylpheed/claws-plugin-mailmbox_1.14.bb b/recipes/sylpheed/claws-plugin-mailmbox_1.14.bb
new file mode 100644
index 0000000000..621fbb4fdf
--- /dev/null
+++ b/recipes/sylpheed/claws-plugin-mailmbox_1.14.bb
@@ -0,0 +1,15 @@
+SECTION = "x11/network"
+DESCRIPTION = "Mail user agent plugins"
+DEPENDS = "claws-mail"
+LICENSE = "GPL"
+PR = "r2"
+
+SRC_URI = "http://www.claws-mail.org/downloads/plugins/mailmbox-${PV}.tar.gz\
+ file://claws-plugin-mailmbox-fixup.patch;patch=1"
+
+inherit autotools pkgconfig
+
+S = "${WORKDIR}/mailmbox-${PV}"
+
+FILES_${PN} = "${libdir}/claws-mail/plugins/*.so"
+FILES_${PN}-dbg += "${libdir}/claws-mail/plugins/.debug"