summaryrefslogtreecommitdiff
path: root/packages/sylpheed/claws-plugin-maildir_0.24.4.bb
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2007-02-06 12:15:02 +0000
committerGraeme Gregory <dp@xora.org.uk>2007-02-06 12:15:02 +0000
commit194db10e49ea97af6520ca66591e5e585f24c1c1 (patch)
treee26cf5904c37c719af597ce2852761e0f5aced3d /packages/sylpheed/claws-plugin-maildir_0.24.4.bb
parent4bac67ace7a25f0db5daffb6ac2900bcb07e7240 (diff)
claws-mail_2.7.2.bb : new version of claws
claws-plugin-*.bb : new versions of plugins for claws mail.
Diffstat (limited to 'packages/sylpheed/claws-plugin-maildir_0.24.4.bb')
-rw-r--r--packages/sylpheed/claws-plugin-maildir_0.24.4.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/sylpheed/claws-plugin-maildir_0.24.4.bb b/packages/sylpheed/claws-plugin-maildir_0.24.4.bb
new file mode 100644
index 0000000000..6032e09918
--- /dev/null
+++ b/packages/sylpheed/claws-plugin-maildir_0.24.4.bb
@@ -0,0 +1,20 @@
+SECTION = "x11/network"
+DESCRIPTION = "Mail user agent plugins"
+DEPENDS = "claws-mail db"
+LICENSE = "GPL"
+PR = "r0"
+
+SRC_URI = "http://www.claws-mail.org/downloads/plugins/maildir-${PV}.tar.gz"
+
+inherit autotools pkgconfig
+
+S = "${WORKDIR}/maildir-${PV}"
+
+do_configure() {
+ gnu-configize
+ libtoolize --force
+ oe_runconf
+}
+
+FILES_${PN} = "${libdir}/claws-mail/plugins/*.so"
+