md5=4e855372c4a533b9ed605503156e6e04
sha256=3dbd653b27fc855bf86dfe0ac06ed9bf59c8b85c9bcb4b5488528b30c59970f4
+[http://www.vanheusden.com/rsstail/rsstail-1.5.tgz]
+md5=1558fc8b0c9a8cb79e421f783f1ffc40
+sha256=242b3d5807e7bd753531fb836395afe18efe948174ea1ae54a4b7baba7a058fe
+
[http://www.claws-mail.org/downloads/plugins/rssyl-0.10.tar.gz]
md5=01a123319f2a32ecff7e560b95c2e4df
sha256=d6bfdee4fd31c0e0089c6edab594eefaa5b7b95f0b783f1156dffadf1a90d820
--- /dev/null
+HOMEPAGE = "http://www.vanheusden.com/rsstail/"
+DESCRIPTION = "RSSTail is a tail-like RSS reader: it monitors an RSS feed and if it detects a new entry it will emit only that new entry."
+LICENSE = "GPLv2"
+
+DEPENDS = "libmrss"
+
+PR = "r0"
+
+inherit autotools
+
+SRC_URI = "http://www.vanheusden.com/rsstail/rsstail-${PV}.tgz"
+
+do_install_prepend() {
+ install -d ${D}${bindir} ${D}${mandir}/man1
+}
+
+do_stage() {
+ :
+}