From: Leon Woestenberg Date: Sat, 1 Aug 2009 23:27:32 +0000 (+0200) Subject: rsstail: New recipe for 'tail' like RSS feed reader. (Needs QA love.) X-Git-Tag: Release-2010-05/1~2825 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5473be7cf9cb34e98539101adda3cf316dd61478;p=openembedded.git rsstail: New recipe for 'tail' like RSS feed reader. (Needs QA love.) --- diff --git a/conf/checksums.ini b/conf/checksums.ini index 2c90f3157f..12f0c99f4c 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 0000000000..02a2d999a6 --- /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() { + : +}