diff options
author | Graeme Gregory <dp@xora.org.uk> | 2007-02-06 13:47:55 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2007-02-06 13:47:55 +0000 |
commit | 28dfe9097241db9d7374dd63204dcc1cec27509e (patch) | |
tree | a47e8b1cfaf641968170148a38cc62072c1fc264 /packages/sylpheed/sylpheed-claws-extra-plugins.inc | |
parent | 6787e2beb7890d5f8879d42a2e83dbfb97623cf2 (diff) |
packages/sylpheed/*.bb : clean out old stuff
Diffstat (limited to 'packages/sylpheed/sylpheed-claws-extra-plugins.inc')
-rw-r--r-- | packages/sylpheed/sylpheed-claws-extra-plugins.inc | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/packages/sylpheed/sylpheed-claws-extra-plugins.inc b/packages/sylpheed/sylpheed-claws-extra-plugins.inc deleted file mode 100644 index 93596ab4d8..0000000000 --- a/packages/sylpheed/sylpheed-claws-extra-plugins.inc +++ /dev/null @@ -1,13 +0,0 @@ -SECTION = "x11/network" -DESCRIPTION = "Mail user agent plugins" -DEPENDS = "sylpheed-claws" -LICENSE = "GPL" -PR = "r0" - -SRC_URI = "${SOURCEFORGE_MIRROR}/sylpheed-claws/sylpheed-claws-extra-plugins-${PV}.tar.bz2" - - -inherit autotools pkgconfig - -FILES_${PN} = "${libdir}/sylpheed-claws/plugins/*.so" - |