[Lunar-commits] <moonbase> rdsd: RDS daemon
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Sun Jan 31 16:49:21 CET 2010
commit d9c1a076f1510e70ae40bca80a2dad9ac5e006bd
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Sun Jan 31 16:49:21 2010 +0100
rdsd: RDS daemon
---
video/rdsd/BUILD | 11 +++++++++++
video/rdsd/DEPENDS | 1 +
video/rdsd/DETAILS | 13 +++++++++++++
3 files changed, 25 insertions(+), 0 deletions(-)
diff --git a/video/rdsd/BUILD b/video/rdsd/BUILD
new file mode 100644
index 0000000..b97fa94
--- /dev/null
+++ b/video/rdsd/BUILD
@@ -0,0 +1,11 @@
+(
+
+ cd $SOURCE_DIRECTORY &&
+ sedit 's@#include "rdshandler.h"@#include <stdio.h>\n#include <cstdlib>\n#include <cstring>\n#include "rdshandler.h"@' src/rdsd.cpp &&
+ sedit 's@#include "rdshandler.h"@#include <algorithm>\n#include <cstdlib>\n#include "rdshandler.h"@' src/rdshandler.cpp &&
+ sedit 's@#include "rdssource.h"@#include "rdssource.h"\n#include <cstring>\n@' src/rdssource.cpp &&
+ sedit 's@#include "rdsclient.h"@#include "rdsclient.h"\n#include <cstdlib>\n@' src/rdsclient.cpp &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/video/rdsd/DEPENDS b/video/rdsd/DEPENDS
new file mode 100644
index 0000000..91bef6c
--- /dev/null
+++ b/video/rdsd/DEPENDS
@@ -0,0 +1 @@
+depends librds
diff --git a/video/rdsd/DETAILS b/video/rdsd/DETAILS
new file mode 100644
index 0000000..5b28e30
--- /dev/null
+++ b/video/rdsd/DETAILS
@@ -0,0 +1,13 @@
+ MODULE=rdsd
+ 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="RDS (Radio Data System) daemon/server"
+cat << EOF
+This daemon/server uses librds and V4Lv1/2 driven
+FM RDS capable radio to read RDS data and serve it to
+connected clients over TCP/IP or Unix socket.
+EOF
More information about the Lunar-commits
mailing list