summaryrefslogtreecommitdiff
path: root/packages/sylpheed/claws-plugin-gtkhtml2-viewer_0.17.bb
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2008-02-06 09:16:55 +0000
committerGraeme Gregory <dp@xora.org.uk>2008-02-06 09:16:55 +0000
commitcc633d6ab915acd47fd6f12cf1b9803ae9c626e6 (patch)
tree2f4528573f5eafd2de0c2de93868cd9be174fd3f /packages/sylpheed/claws-plugin-gtkhtml2-viewer_0.17.bb
parentbe0d698ad4af28a1376a9227666ab2ff583a202d (diff)
sylpheed/claws-plugin-* : update in line with claws version increase
Diffstat (limited to 'packages/sylpheed/claws-plugin-gtkhtml2-viewer_0.17.bb')
-rw-r--r--packages/sylpheed/claws-plugin-gtkhtml2-viewer_0.17.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/sylpheed/claws-plugin-gtkhtml2-viewer_0.17.bb b/packages/sylpheed/claws-plugin-gtkhtml2-viewer_0.17.bb
new file mode 100644
index 0000000000..5ca95d9dfb
--- /dev/null
+++ b/packages/sylpheed/claws-plugin-gtkhtml2-viewer_0.17.bb
@@ -0,0 +1,20 @@
+SECTION = "x11/network"
+DESCRIPTION = "Mail user agent plugins"
+DEPENDS = "claws-mail gtkhtml2 curl"
+LICENSE = "GPL"
+PR = "r0"
+
+SRC_URI = "http://www.claws-mail.org/downloads/plugins/gtkhtml2_viewer-${PV}.tar.gz"
+
+inherit autotools pkgconfig
+
+S = "${WORKDIR}/gtkhtml2_viewer-${PV}"
+
+do_configure() {
+ gnu-configize
+ libtoolize --force
+ oe_runconf
+}
+
+FILES_${PN} = "${libdir}/claws-mail/plugins/*.so"
+