aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/rsstail/rsstail_1.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/rsstail/rsstail_1.5.bb')
-rw-r--r--recipes/rsstail/rsstail_1.5.bb19
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() {
+ :
+}