[Lunar-commits] <moonbase> ndesk-dbus: a C# implementation of d-bus.

Florin Braescu florin at lunar-linux.org
Sun May 9 12:13:37 CEST 2010


commit 1500ce3d2e1ca6ef82f5fedef15ae58eb921751f
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun May 9 13:13:37 2010 +0300

    ndesk-dbus: a C# implementation of d-bus.
---
 mono/ndesk-dbus/BUILD   |   12 ++++++++++++
 mono/ndesk-dbus/DEPENDS |    2 ++
 mono/ndesk-dbus/DETAILS |   20 ++++++++++++++++++++
 3 files changed, 34 insertions(+), 0 deletions(-)

diff --git a/mono/ndesk-dbus/BUILD b/mono/ndesk-dbus/BUILD
new file mode 100644
index 0000000..e23d18d
--- /dev/null
+++ b/mono/ndesk-dbus/BUILD
@@ -0,0 +1,12 @@
+(
+
+   ./configure  --prefix=${GNOME210_PREFIX:-/usr}  \
+                --build=$BUILD                     \
+                --sysconfdir=/etc                  \
+                --localstatedir=/var               \
+                --infodir=${GNOME210_PREFIX:-/usr}/share/info  \
+                --mandir=${GNOME210_PREFIX:-/usr}/share/man    \
+                $OPTS                                         &&
+    default_make
+
+) > $C_FIFO 2>&1
diff --git a/mono/ndesk-dbus/DEPENDS b/mono/ndesk-dbus/DEPENDS
new file mode 100644
index 0000000..80714fe
--- /dev/null
+++ b/mono/ndesk-dbus/DEPENDS
@@ -0,0 +1,2 @@
+depends mono
+
diff --git a/mono/ndesk-dbus/DETAILS b/mono/ndesk-dbus/DETAILS
new file mode 100644
index 0000000..f6aec76
--- /dev/null
+++ b/mono/ndesk-dbus/DETAILS
@@ -0,0 +1,20 @@
+          MODULE=ndesk-dbus
+         VERSION=0.6.0
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://www.ndesk.org/archive/$MODULE
+      SOURCE_VFY=sha1:4971a54ea6cbee41266cc89040ca427cfc3f99f0
+        WEB_SITE=http://www.ndesk.org/DBusSharp
+         ENTERED=20100509
+         UPDATED=20100509
+           PSAFE=no
+           SHORT="A C# implementation of D-Bus"
+
+cat << EOF
+ndesk-dbus is a C# implementation of D-Bus. It's often referred to as 
+dbus-sharp, or "managed D-Bus". It provides a tested, high-performance 
+bridge to and from all systems that are exposed via D-Bus, regardless 
+of programming language, UI toolkit or license.
+D-Bus is an inter-process communication framework that lets applications 
+interface with the system event bus as well as allowing them to talk to 
+one another in a peer-to-peer configuration.
+EOF


More information about the Lunar-commits mailing list