merge of '07a342693675fe2b1daacf0eb62302579d9fade3'
[org.openembedded.dev.git] / packages / sylpheed / claws-plugin-rssyl_0.18.bb
blob29fc245ac471c0a3e6a1a05d8823f24ee917548e
1 SECTION = "x11/network"
2 DESCRIPTION = "Mail user agent plugins"
3 DEPENDS = "claws-mail libxml2 curl glib-2.0 gtk+"
4 LICENSE = "GPL"
5 PR = "r0"
7 SRC_URI = "http://www.claws-mail.org/downloads/plugins/rssyl-${PV}.tar.gz"
9 inherit autotools pkgconfig
11 S = "${WORKDIR}/rssyl-${PV}"
13 do_configure() {
14 gnu-configize
15 libtoolize --force
16 oe_runconf
19 FILES_${PN} = "${libdir}/claws-mail/plugins/*.so"