[Lunar-commits] <moonbase> dropbox: file backup & sharing app

Paul Bredbury brebs at lunar-linux.org
Wed Jan 12 19:28:22 CET 2011


commit 3d2cc4f8ed44910d95b34795bbdde77ce0fc3183
Author: Paul Bredbury <brebs at lunar-linux.org>
Date:   Thu Jan 13 01:28:22 2011 +0700

    dropbox: file backup & sharing app
---
 zbeta/dropbox/BUILD            |   11 +++++++++++
 zbeta/dropbox/DEPENDS          |    6 ++++++
 zbeta/dropbox/DETAILS          |   19 +++++++++++++++++++
 zbeta/nautilus-dropbox/BUILD   |   10 ++++++++++
 zbeta/nautilus-dropbox/DEPENDS |    5 +++++
 zbeta/nautilus-dropbox/DETAILS |   14 ++++++++++++++
 6 files changed, 65 insertions(+), 0 deletions(-)

diff --git a/zbeta/dropbox/BUILD b/zbeta/dropbox/BUILD
new file mode 100644
index 0000000..1b461cb
--- /dev/null
+++ b/zbeta/dropbox/BUILD
@@ -0,0 +1,11 @@
+(
+
+  rm libstdc++.so.6 &&
+
+  prepare_install &&
+
+  mkdir -p /opt/dropbox &&
+  cp -Ra * /opt/dropbox/ &&
+  ln -sfn /opt/dropbox/dropboxd /usr/bin/dropboxd
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/dropbox/DEPENDS b/zbeta/dropbox/DEPENDS
new file mode 100644
index 0000000..1184559
--- /dev/null
+++ b/zbeta/dropbox/DEPENDS
@@ -0,0 +1,6 @@
+depends dbus-glib
+depends gtk+-2
+depends libSM
+
+# Not strictly required, but everyone should want it
+depends nautilus-dropbox
diff --git a/zbeta/dropbox/DETAILS b/zbeta/dropbox/DETAILS
new file mode 100644
index 0000000..a47ddd5
--- /dev/null
+++ b/zbeta/dropbox/DETAILS
@@ -0,0 +1,19 @@
+          MODULE=dropbox
+         VERSION=1.0.10
+          SOURCE=dropbox-lnx.x86-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/.dropbox-dist
+      SOURCE_URL=http://dl-web.getdropbox.com/u/17
+      SOURCE_VFY=sha1:0e2dc86916d081c90ce5a2c85e4a92578396e5a4
+        WEB_SITE=http://www.dropbox.com/
+         ENTERED=20110109
+         UPDATED=20110109
+           SHORT="Secure backup, sync and sharing made easy"
+
+cat << EOF
+Put your files into your Dropbox folder on one computer, and they'll
+automatically appear on any of your other computers that also have
+Dropbox installed (Windows, Mac, and Linux too!). You can even download
+Dropbox apps for your smartphone or mobile device (iPhone, iPad,
+Android, and Blackberry). Everything in your Dropbox is available from
+the Dropbox website, too.
+EOF
diff --git a/zbeta/nautilus-dropbox/BUILD b/zbeta/nautilus-dropbox/BUILD
new file mode 100644
index 0000000..55de2b6
--- /dev/null
+++ b/zbeta/nautilus-dropbox/BUILD
@@ -0,0 +1,10 @@
+(
+
+  # Run the daemon, don't try to install it locally
+  sedit "s:dropbox start -i:dropboxd:1" data/dropbox.desktop &&
+
+  OPTS+=" --disable-static" &&
+
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/nautilus-dropbox/DEPENDS b/zbeta/nautilus-dropbox/DEPENDS
new file mode 100644
index 0000000..345baa4
--- /dev/null
+++ b/zbeta/nautilus-dropbox/DEPENDS
@@ -0,0 +1,5 @@
+depends nautilus
+depends Python
+depends libnotify
+depends pygtk
+depends docutils
diff --git a/zbeta/nautilus-dropbox/DETAILS b/zbeta/nautilus-dropbox/DETAILS
new file mode 100644
index 0000000..b450c06
--- /dev/null
+++ b/zbeta/nautilus-dropbox/DETAILS
@@ -0,0 +1,14 @@
+          MODULE=nautilus-dropbox
+         VERSION=0.6.7
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=https://www.dropbox.com/download?dl=packages
+      SOURCE_VFY=sha1:77ce777bd342eaf7ada3e3a4f6664f66ca4189fb
+        WEB_SITE=http://forums.dropbox.com/topic.php?id=21111
+         ENTERED=20110109
+         UPDATED=20110109
+           SHORT="Nautilus extension and CLI for dropbox"
+
+cat << EOF
+This is the nautilus extension, and command-line interface, for the
+dropbox application.
+EOF


More information about the Lunar-commits mailing list