rsstail: New recipe for 'tail' like RSS feed reader. (Needs QA love.)
authorLeon Woestenberg <leon@sidebranch.com>
Sat, 1 Aug 2009 23:27:32 +0000 (01:27 +0200)
committerLeon Woestenberg <leon@sidebranch.com>
Sat, 1 Aug 2009 23:27:32 +0000 (01:27 +0200)
conf/checksums.ini
recipes/rsstail/rsstail_1.5.bb [new file with mode: 0644]

index 2c90f31..12f0c99 100644 (file)
@@ -21434,6 +21434,10 @@ sha256=a98cb1d9903192c4fcf40d82c705e091a5c193f87327703217749a5f4cc6197d
 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
diff --git a/recipes/rsstail/rsstail_1.5.bb b/recipes/rsstail/rsstail_1.5.bb
new file mode 100644 (file)
index 0000000..02a2d99
--- /dev/null
@@ -0,0 +1,19 @@
+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() {
+       :
+}