blob: 02a2d999a60dc88ba77b3c1af15c718977695556 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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() {
:
}
|