diff options
author | Leon Woestenberg <leon@sidebranch.com> | 2009-08-02 01:27:32 +0200 |
---|---|---|
committer | Leon Woestenberg <leon@sidebranch.com> | 2009-08-02 01:27:32 +0200 |
commit | 5473be7cf9cb34e98539101adda3cf316dd61478 (patch) | |
tree | 95d94f40487ce2a60cfa0af4598ebe05d4889f86 /recipes/rsstail | |
parent | 421bc0e6fcd8179598d581c575213faf4d80caf3 (diff) |
rsstail: New recipe for 'tail' like RSS feed reader. (Needs QA love.)
Diffstat (limited to 'recipes/rsstail')
-rw-r--r-- | recipes/rsstail/rsstail_1.5.bb | 19 |
1 files changed, 19 insertions, 0 deletions
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() { + : +} |