packages/sylpheed/sylpheed-claws-plugin-rssyl_2.2.0.bb : add rss plugin
for sylpheed-claws. Also includes generic framework for enabling the
others
--- /dev/null
+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
+
--- /dev/null
+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"
+
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"
mkdir -p m4
}
-inherit autotools
+inherit autotools pkgconfig
do_install_append() {
install -d ${D}${datadir}/applications
install -m 0644 sylpheed-claws.png ${D}${datadir}/pixmaps/
}
+do_stage () {
+ autotools_stage_all
+}
+