diff options
author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2007-10-18 19:29:43 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2007-10-18 19:29:43 +0000 |
commit | 1010441880aee280580534f0fb0a68e4a98eb375 (patch) | |
tree | 58800c7dbb1b770ab67a02fa08d9767f6fc9471c /packages/sylpheed/claws-plugin-mailmbox_1.14.bb | |
parent | 7bcfa6ab969ca61e3bcde9eee3240f32f578d1e5 (diff) | |
parent | fdb7f09ca89562f586e1d9a6235e6a72da1ff77b (diff) |
merge of '947287d07500dfb42d1f2f6b23d0bcd2ed00c920'
and 'da91d7ddb56154d2bd01a37943cd55b4ba49ac8a'
Diffstat (limited to 'packages/sylpheed/claws-plugin-mailmbox_1.14.bb')
-rw-r--r-- | packages/sylpheed/claws-plugin-mailmbox_1.14.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/sylpheed/claws-plugin-mailmbox_1.14.bb b/packages/sylpheed/claws-plugin-mailmbox_1.14.bb new file mode 100644 index 0000000000..03e939ead3 --- /dev/null +++ b/packages/sylpheed/claws-plugin-mailmbox_1.14.bb @@ -0,0 +1,20 @@ +SECTION = "x11/network" +DESCRIPTION = "Mail user agent plugins" +DEPENDS = "claws-mail" +LICENSE = "GPL" +PR = "r1" + +SRC_URI = "http://www.claws-mail.org/downloads/plugins/mailmbox-${PV}.tar.gz" + +inherit autotools pkgconfig + +S = "${WORKDIR}/mailmbox-${PV}" + +do_configure() { + gnu-configize + libtoolize --force + oe_runconf +} + +FILES_${PN} = "${libdir}/claws-mail/plugins/*.so" +FILES_${PN}-dbg = "${libdir}/claws-mail/plugins/.debug" |