diff options
author | Graeme Gregory <dp@xora.org.uk> | 2008-02-19 11:39:12 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2008-02-19 11:39:12 +0000 |
commit | 1142b6570b3cd6c4c8f2598a48b184054feb672a (patch) | |
tree | fea5b5ee0b69089205335f0b97bff64c7f14e3f2 /packages/sylpheed/claws-plugin-rssyl_0.18.bb | |
parent | 7904f3397095b3b1d8b7eb96a10c455019a1e71b (diff) |
claws-mail_3.3.0.bb : new version
claws-plugin-gtkhtml2-viewer_0.17.1.bb : new version
claws-plugin-rssyl_0.18.bb : new version
Diffstat (limited to 'packages/sylpheed/claws-plugin-rssyl_0.18.bb')
-rw-r--r-- | packages/sylpheed/claws-plugin-rssyl_0.18.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/sylpheed/claws-plugin-rssyl_0.18.bb b/packages/sylpheed/claws-plugin-rssyl_0.18.bb new file mode 100644 index 0000000000..29fc245ac4 --- /dev/null +++ b/packages/sylpheed/claws-plugin-rssyl_0.18.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" + |