diff options
author | Graeme Gregory <dp@xora.org.uk> | 2007-07-18 14:08:35 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2007-07-18 14:08:35 +0000 |
commit | 0772c3749d33cf0a5858f5d966ab5f2cb8a8ae7e (patch) | |
tree | 388693f9c49ed2bc60e0f210bd00ce2a5a9754c6 /packages/sylpheed/claws-plugin-rssyl_0.13.bb | |
parent | b10ab4c66b5a54fac0a10df1eb59b08f5eb217b4 (diff) |
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.bb | 20 |
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" + |