aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sylpheed/claws-plugin-rssyl_0.13.bb
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2007-07-18 14:08:35 +0000
committerGraeme Gregory <dp@xora.org.uk>2007-07-18 14:08:35 +0000
commit0772c3749d33cf0a5858f5d966ab5f2cb8a8ae7e (patch)
tree388693f9c49ed2bc60e0f210bd00ce2a5a9754c6 /packages/sylpheed/claws-plugin-rssyl_0.13.bb
parentb10ab4c66b5a54fac0a10df1eb59b08f5eb217b4 (diff)
downloadopenembedded-0772c3749d33cf0a5858f5d966ab5f2cb8a8ae7e.tar.gz
claws-mail_2.9.1.bb : version bump and new embedded GUI thanks to poky
claws-plugin-* : version bumps for above, thanks to poky
Diffstat (limited to 'packages/sylpheed/claws-plugin-rssyl_0.13.bb')
-rw-r--r--packages/sylpheed/claws-plugin-rssyl_0.13.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/sylpheed/claws-plugin-rssyl_0.13.bb b/packages/sylpheed/claws-plugin-rssyl_0.13.bb
new file mode 100644
index 0000000000..29fc245ac4
--- /dev/null
+++ b/packages/sylpheed/claws-plugin-rssyl_0.13.bb
@@ -0,0 +1,20 @@
+SECTION = "x11/network"
+DESCRIPTION = "Mail user agent plugins"
+DEPENDS = "claws-mail libxml2 curl glib-2.0 gtk+"
+LICENSE = "GPL"
+PR = "r0"
+
+SRC_URI = "http://www.claws-mail.org/downloads/plugins/rssyl-${PV}.tar.gz"
+
+inherit autotools pkgconfig
+
+S = "${WORKDIR}/rssyl-${PV}"
+
+do_configure() {
+ gnu-configize
+ libtoolize --force
+ oe_runconf
+}
+
+FILES_${PN} = "${libdir}/claws-mail/plugins/*.so"
+