[Lunar-commits] <moonbase> gnome-user-share: version 2.28.2 added to moonbase
Duncan Gibson
engelsman at lunar-linux.org
Thu Jul 15 22:17:18 CEST 2010
commit 4ba39ffca9f27ca814708224d70f9d660e835dcf
Author: Duncan Gibson <engelsman at lunar-linux.org>
Date: Sat Feb 27 19:33:14 2010 +0100
gnome-user-share: version 2.28.2 added to moonbase
---
gnome2/desktop/gnome-user-share/BUILD | 12 ++++++++++++
gnome2/desktop/gnome-user-share/DEPENDS | 2 ++
gnome2/desktop/gnome-user-share/DETAILS | 22 ++++++++++++++++++++++
3 files changed, 36 insertions(+), 0 deletions(-)
diff --git a/gnome2/desktop/gnome-user-share/BUILD b/gnome2/desktop/gnome-user-share/BUILD
new file mode 100644
index 0000000..80d990a
--- /dev/null
+++ b/gnome2/desktop/gnome-user-share/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/gnome2/desktop/gnome-user-share/DEPENDS b/gnome2/desktop/gnome-user-share/DEPENDS
new file mode 100644
index 0000000..e305724
--- /dev/null
+++ b/gnome2/desktop/gnome-user-share/DEPENDS
@@ -0,0 +1,2 @@
+depends gnome-bluetooth
+depends libcanberra
diff --git a/gnome2/desktop/gnome-user-share/DETAILS b/gnome2/desktop/gnome-user-share/DETAILS
new file mode 100644
index 0000000..4cb4808
--- /dev/null
+++ b/gnome2/desktop/gnome-user-share/DETAILS
@@ -0,0 +1,22 @@
+ MODULE=gnome-user-share
+ VERSION=2.28.2
+ MAJOR=2.28
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/
+ SOURCE_VFY=sha1:ed9a04eade0809198d6c5d236afbdb65fca9cede
+ WEB_SITE=http://www.gnome.org
+ ENTERED=20100227
+ UPDATED=20100227
+ SHORT="file sharing service for GNOME"
+cat << EOF
+gnome-user-share is a session service that exports the contents of
+the Public folder in your home directory so that they can easily be
+accessed from other computers on the same local network.
+
+gnome user-share uses a WebDAV server to share the Public folder,
+and advertises the share on the local network using mDNS.
+
+Additionally, gnome-user-share can make the shared files available
+via ObexFTP over BlueTooth, and receive files that are sent to
+your computer via BlueTooth via ObexPush.
+EOF
More information about the Lunar-commits
mailing list