diff options
author | Koen Kooi <koen@openembedded.org> | 2006-08-09 19:16:45 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-08-09 19:16:45 +0000 |
commit | 89922a22137ac538b1394a101e51ebca91c9c297 (patch) | |
tree | b9319b4b656fc133cfbbe161cf2669ec3795e2fc /packages | |
parent | b6d003e89b7cbb0eb41b6c2edc7a050b2966f909 (diff) |
sylpheed-claws: add mbox plugin
Diffstat (limited to 'packages')
-rw-r--r-- | packages/sylpheed/sylpheed-claws-plugin-mailmbox_1.12.1_2.3.0.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/sylpheed/sylpheed-claws-plugin-mailmbox_1.12.1_2.3.0.bb b/packages/sylpheed/sylpheed-claws-plugin-mailmbox_1.12.1_2.3.0.bb new file mode 100644 index 0000000000..39ed9152aa --- /dev/null +++ b/packages/sylpheed/sylpheed-claws-plugin-mailmbox_1.12.1_2.3.0.bb @@ -0,0 +1,5 @@ +require sylpheed-claws-extra-plugins.inc + +SRC_URI = "http://www.sylpheed-claws.net/downloads/plugins/mailmbox-1.12.1.tar.gz" +S = "${WORKDIR}/mailmbox-1.12.1" + |