[Lunar-commits] <moonbase> mono-zeroconf: move it to mono dir.

Florin Braescu florin at lunar-linux.org
Tue Oct 7 09:18:20 CEST 2008


commit 340487c147089673ca3ce6e3fe71bfa159d38723
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Tue Oct 7 10:18:20 2008 +0300

    mono-zeroconf: move it to mono dir.
---
 libs/mono-zeroconf/DEPENDS |    2 --
 libs/mono-zeroconf/DETAILS |   23 -----------------------
 mono/mono-zeroconf/DEPENDS |    2 ++
 mono/mono-zeroconf/DETAILS |   23 +++++++++++++++++++++++
 4 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/libs/mono-zeroconf/DEPENDS b/libs/mono-zeroconf/DEPENDS
deleted file mode 100644
index 1f81890..0000000
--- a/libs/mono-zeroconf/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends  mono
-depends  avahi  # built with avahi-sharp support
diff --git a/libs/mono-zeroconf/DETAILS b/libs/mono-zeroconf/DETAILS
deleted file mode 100644
index bb9105b..0000000
--- a/libs/mono-zeroconf/DETAILS
+++ /dev/null
@@ -1,23 +0,0 @@
-          MODULE=mono-zeroconf
-         VERSION=0.7.3
-          SOURCE=$MODULE-$VERSION.tar.bz2
-      SOURCE_URL=http://banshee-project.org/files/$MODULE/
-      SOURCE_VFY=sha1:17739ed78e31509d75d8412c23ca27a17e0525e5
-        WEB_SITE=http://mono-project.com/Mono.Zeroconf
-         ENTERED=20071227
-         UPDATED=20071227
-           SHORT="a .NET library for Zeroconf operations"
-           PSAFE=no
-
-cat << EOF
-Mono.Zeroconf is a cross platform Zero Configuration Networking library
-for Mono and .NET. It provides a unified API for performing the most
-common zeroconf operations on a variety of platforms and subsystems.
-
-Developers can publish services that will be exposed to other computers
-on the network and also query the local machines on the network for
-services that could have been exposed.
-
-Please note that avahi needs to be built with mono support for the
-avahi-sharp library to be found, a requirement for this package.
-EOF
diff --git a/mono/mono-zeroconf/DEPENDS b/mono/mono-zeroconf/DEPENDS
new file mode 100644
index 0000000..1f81890
--- /dev/null
+++ b/mono/mono-zeroconf/DEPENDS
@@ -0,0 +1,2 @@
+depends  mono
+depends  avahi  # built with avahi-sharp support
diff --git a/mono/mono-zeroconf/DETAILS b/mono/mono-zeroconf/DETAILS
new file mode 100644
index 0000000..9b248aa
--- /dev/null
+++ b/mono/mono-zeroconf/DETAILS
@@ -0,0 +1,23 @@
+          MODULE=mono-zeroconf
+         VERSION=0.7.3
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=http://banshee-project.org/files/$MODULE
+      SOURCE_VFY=sha1:17739ed78e31509d75d8412c23ca27a17e0525e5
+        WEB_SITE=http://mono-project.com/Mono.Zeroconf
+         ENTERED=20071227
+         UPDATED=20071227
+           SHORT="A .NET library for Zeroconf operations"
+           PSAFE=no
+
+cat << EOF
+Mono.Zeroconf is a cross platform Zero Configuration Networking library
+for Mono and .NET. It provides a unified API for performing the most
+common zeroconf operations on a variety of platforms and subsystems.
+
+Developers can publish services that will be exposed to other computers
+on the network and also query the local machines on the network for
+services that could have been exposed.
+
+Please note that avahi needs to be built with mono support for the
+avahi-sharp library to be found, a requirement for this package.
+EOF


More information about the Lunar-commits mailing list