From cc633d6ab915acd47fd6f12cf1b9803ae9c626e6 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Wed, 6 Feb 2008 09:16:55 +0000 Subject: sylpheed/claws-plugin-* : update in line with claws version increase --- packages/sylpheed/claws-plugin-rssyl_0.17.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 packages/sylpheed/claws-plugin-rssyl_0.17.bb (limited to 'packages/sylpheed/claws-plugin-rssyl_0.17.bb') diff --git a/packages/sylpheed/claws-plugin-rssyl_0.17.bb b/packages/sylpheed/claws-plugin-rssyl_0.17.bb new file mode 100644 index 0000000000..29fc245ac4 --- /dev/null +++ b/packages/sylpheed/claws-plugin-rssyl_0.17.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" + -- cgit v1.2.3