[Lunar-commits] <moonbase> anyremote: Adding to moonbase.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sat Jan 23 18:19:24 CET 2010
commit baefb9f2b864339f51db17b8d5931893d43e18ed
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sat Jan 23 12:19:24 2010 -0500
anyremote: Adding to moonbase.
---
net/anyremote/BUILD | 7 +++++++
net/anyremote/DEPENDS | 1 +
net/anyremote/DETAILS | 22 ++++++++++++++++++++++
3 files changed, 30 insertions(+), 0 deletions(-)
diff --git a/net/anyremote/BUILD b/net/anyremote/BUILD
new file mode 100644
index 0000000..b089b20
--- /dev/null
+++ b/net/anyremote/BUILD
@@ -0,0 +1,7 @@
+(
+
+ OPTS+=" --disable-xtest --disable-glibtest" &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/net/anyremote/DEPENDS b/net/anyremote/DEPENDS
new file mode 100644
index 0000000..00049d2
--- /dev/null
+++ b/net/anyremote/DEPENDS
@@ -0,0 +1 @@
+optional_depends %BLUETOOTH "--enable-bluetooth" "--disable-bluetooth" "for bluetooth support"
diff --git a/net/anyremote/DETAILS b/net/anyremote/DETAILS
new file mode 100644
index 0000000..17d9f6c
--- /dev/null
+++ b/net/anyremote/DETAILS
@@ -0,0 +1,22 @@
+ MODULE=anyremote
+ VERSION=5.1
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL[0]=$SFORGE_URL/$MODULE
+ SOURCE_VFY=sha1:baee25010f63efdd87bccf794d66df94fe9221c7
+ WEB_SITE=http://anyremote.sourceforge.net/
+ ENTERED=20100123
+ UPDATED=20100123
+ SHORT="remote control service"
+
+cat << EOF
+The overall goal of this project is to provide remote control service on Linux
+through Bluetooth, InfraRed, Wi-Fi or just TCP/IP connection. anyRemote supports
+wide range of modern cell phones like Nokia, SonyEricsson, Motorola and others.
+
+It was developed as thin communication layer between Bluetooth (or IR, Wi-Fi)
+capabled phone and Linux, and in principle could be configured to manage almost
+any software.
+
+anyRemote is console application, but in addition there are GUI front ends for
+Gnome and KDE.
+EOF
More information about the Lunar-commits
mailing list