packages/sylpheed/sylpheed-claws_2.2.0.bb : stage stuff for plugins
authorGraeme Gregory <dp@xora.org.uk>
Tue, 9 May 2006 12:26:14 +0000 (12:26 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 9 May 2006 12:26:14 +0000 (12:26 +0000)
packages/sylpheed/sylpheed-claws-plugin-rssyl_2.2.0.bb : add rss plugin
for sylpheed-claws. Also includes generic framework for enabling the
others

packages/sylpheed/sylpheed-claws-extra-plugins.inc [new file with mode: 0644]
packages/sylpheed/sylpheed-claws-plugin-rssyl_2.2.0.bb [new file with mode: 0644]
packages/sylpheed/sylpheed-claws_2.2.0.bb

diff --git a/packages/sylpheed/sylpheed-claws-extra-plugins.inc b/packages/sylpheed/sylpheed-claws-extra-plugins.inc
new file mode 100644 (file)
index 0000000..624abc1
--- /dev/null
@@ -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
+
diff --git a/packages/sylpheed/sylpheed-claws-plugin-rssyl_2.2.0.bb b/packages/sylpheed/sylpheed-claws-plugin-rssyl_2.2.0.bb
new file mode 100644 (file)
index 0000000..6299da3
--- /dev/null
@@ -0,0 +1,8 @@
+include sylpheed-claws-extra-plugins.inc
+
+DEPENDS_append = " libxml2 curl glib-2.0 gtk+"
+
+S = ${WORKDIR}/sylpheed-claws-extra-plugins-${PV}/rssyl-0.4cvs8
+
+FILES_${PN} = "${libdir}/sylpheed-claws/plugins/rssyl.so"
+
index 9cdcbcd..0308e60 100644 (file)
@@ -5,7 +5,7 @@ MAINTAINER = "Graeme Gregory <dp@xora.org.uk>"
 LICENSE = "GPL"
 PR = "r0"
 
-SRC_URI = "${SOURCEFORGE_MIRROR}/sylpheed-claws/sylpheed-claws-2.2.0.tar.bz2"
+SRC_URI = "${SOURCEFORGE_MIRROR}/sylpheed-claws/sylpheed-claws-${PV}.tar.bz2"
 
 
 FILES_${PN} = "${bindir} ${datadir}/pixmaps ${datadir}/applications"
@@ -20,7 +20,7 @@ do_configure_prepend() {
        mkdir -p m4
 }
 
-inherit autotools 
+inherit autotools pkgconfig
 
 do_install_append() {
        install -d ${D}${datadir}/applications
@@ -29,3 +29,7 @@ do_install_append() {
        install -m 0644 sylpheed-claws.png ${D}${datadir}/pixmaps/
 }
 
+do_stage () {
+       autotools_stage_all
+}
+