[Lunar-commits] <moonbase> rdsquery: reads RDS data from server and outputs to console
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Sun Jan 31 16:19:34 CET 2010
commit d92bc2ffabefed1b251230581657cb4162f2f12c
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Sun Jan 31 16:19:34 2010 +0100
rdsquery: reads RDS data from server and outputs to console
---
video/rdsquery/BUILD | 8 ++++++++
video/rdsquery/DEPENDS | 1 +
video/rdsquery/DETAILS | 12 ++++++++++++
3 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/video/rdsquery/BUILD b/video/rdsquery/BUILD
new file mode 100644
index 0000000..2c9b4a6
--- /dev/null
+++ b/video/rdsquery/BUILD
@@ -0,0 +1,8 @@
+(
+
+ cd $SOURCE_DIRECTORY &&
+ sedit 's@#include <iostream>@#include <cstdio>\n#include <iostream>@' src/rdsquery.cpp &&
+ sedit 's@#include "rdsqoptions.h"@#include <cstdio>\n#include "rdsqoptions.h"@' src/rdsqoptions.cpp &&
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/video/rdsquery/DEPENDS b/video/rdsquery/DEPENDS
new file mode 100644
index 0000000..91bef6c
--- /dev/null
+++ b/video/rdsquery/DEPENDS
@@ -0,0 +1 @@
+depends librds
diff --git a/video/rdsquery/DETAILS b/video/rdsquery/DETAILS
new file mode 100644
index 0000000..ee85e88
--- /dev/null
+++ b/video/rdsquery/DETAILS
@@ -0,0 +1,12 @@
+ MODULE=rdsquery
+ VERSION=0.0.1
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://download2.berlios.de/rdsd
+ WEB_SITE=http://rdsd.berlios.de
+ ENTERED=20080419
+ UPDATED=20100127
+ SHORT="reads RDS data served by rdsd daemon"
+cat << EOF
+rdsquery reads RDS data provided by rdsd and displays
+RDS texts on console screen.
+EOF
More information about the Lunar-commits
mailing list