sg3-utils: add newer buildable version
[openembedded.git] / recipes / rsstail / rsstail_1.5.bb
1 HOMEPAGE = "http://www.vanheusden.com/rsstail/"
2 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."
3 LICENSE = "GPLv2"
4
5 DEPENDS = "libmrss"
6
7 PR = "r0"
8
9 inherit autotools
10
11 SRC_URI = "http://www.vanheusden.com/rsstail/rsstail-${PV}.tgz"
12
13 do_install_prepend() {
14   install -d ${D}${bindir} ${D}${mandir}/man1
15 }
16
17 do_stage() {
18         :
19 }