[oe-commits] Leon Woestenberg : rsstail: New recipe for 'tail' like RSS feed reader. ( Needs QA love.)

git version control git at git.openembedded.org
Sat Aug 1 23:28:47 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 5473be7cf9cb34e98539101adda3cf316dd61478
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5473be7cf9cb34e98539101adda3cf316dd61478

Author: Leon Woestenberg <leon at sidebranch.com>
Date:   Sun Aug  2 01:27:32 2009 +0200

rsstail: New recipe for 'tail' like RSS feed reader. (Needs QA love.)

---

 conf/checksums.ini             |    4 ++++
 recipes/rsstail/rsstail_1.5.bb |   19 +++++++++++++++++++
 2 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 2c90f31..12f0c99 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -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
index 0000000..02a2d99
--- /dev/null
+++ b/recipes/rsstail/rsstail_1.5.bb
@@ -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() {
+	:
+}





More information about the Openembedded-commits mailing list