diff options
Diffstat (limited to 'packages/sylpheed/sylpheed-claws-extra-plugins.inc')
-rw-r--r-- | packages/sylpheed/sylpheed-claws-extra-plugins.inc | 12 |
1 files changed, 12 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..624abc105a --- /dev/null +++ b/packages/sylpheed/sylpheed-claws-extra-plugins.inc @@ -0,0 +1,12 @@ +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 + |