diff options
Diffstat (limited to 'packages/sylpheed/sylpheed-claws-extra-plugins.inc')
-rw-r--r-- | packages/sylpheed/sylpheed-claws-extra-plugins.inc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/sylpheed/sylpheed-claws-extra-plugins.inc b/packages/sylpheed/sylpheed-claws-extra-plugins.inc new file mode 100644 index 0000000000..e3b7a9e388 --- /dev/null +++ b/packages/sylpheed/sylpheed-claws-extra-plugins.inc @@ -0,0 +1,14 @@ +SECTION = "x11/network" +DESCRIPTION = "Mail user agent plugins" +DEPENDS = "sylpheed-claws" +MAINTAINER = "Graeme Gregory <dp@xora.org.uk>" +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" + |