diff options
author | Graeme Gregory <dp@xora.org.uk> | 2007-10-10 13:47:10 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2007-10-10 13:47:10 +0000 |
commit | 246747222a86829fad9d70855698c66b18af9285 (patch) | |
tree | 8c20d937ce81c72a0621ae22341e2bd1df9dbe07 /packages/sylpheed/claws-plugin-mailmbox_1.12.4.bb | |
parent | 026d9ddb90e384319ccc89f4242205e241959af2 (diff) |
packages/sylpheed/claws-mail_3.0.2.bb : version upgrade and bring
plugins uptodate as well.
Diffstat (limited to 'packages/sylpheed/claws-plugin-mailmbox_1.12.4.bb')
-rw-r--r-- | packages/sylpheed/claws-plugin-mailmbox_1.12.4.bb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/packages/sylpheed/claws-plugin-mailmbox_1.12.4.bb b/packages/sylpheed/claws-plugin-mailmbox_1.12.4.bb deleted file mode 100644 index d1f9e22d22..0000000000 --- a/packages/sylpheed/claws-plugin-mailmbox_1.12.4.bb +++ /dev/null @@ -1,20 +0,0 @@ -SECTION = "x11/network" -DESCRIPTION = "Mail user agent plugins" -DEPENDS = "claws-mail" -LICENSE = "GPL" -PR = "r0" - -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" - |