Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (f9a7ae501fe42649566eb191c8c76b12111ceb36)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (f9a7ae501fe42649566eb191c8c76b12111ceb36)
  • Date: Wed, 16 May 2012 19:34:19 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

ChangeLog | 4 ++++
disk/fuse-google-drive/DEPENDS | 5 +++++
disk/fuse-google-drive/DETAILS | 19 +++++++++++++++++++
disk/fuse-google-drive/HISTORY | 2 ++
disk/fuse-google-drive/PREPARE | 2 ++
disk/fuse-google-drive/PRE_BUILD | 5 +++++
6 files changed, 37 insertions(+)

New commits:
commit f9a7ae501fe42649566eb191c8c76b12111ceb36
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

disk/fuse-google-drive: new spell, a fuse filesystem wrapper for Google
Drive

diff --git a/ChangeLog b/ChangeLog
index 7c0b9c4..4ee97d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-05-16 Pol Vinogradov <vin.public AT gmail.com>
+ * disk/fuse-google-drive: new spell, a fuse filesystem wrapper
+ for Google Drive
+
2012-05-16 Vlad Glagolev <stealth AT sourcemage.org>
* excluded: removed volatiles-duplicate line
* volatiles: added new values; corrected existing
diff --git a/disk/fuse-google-drive/DEPENDS b/disk/fuse-google-drive/DEPENDS
new file mode 100755
index 0000000..a31a718
--- /dev/null
+++ b/disk/fuse-google-drive/DEPENDS
@@ -0,0 +1,5 @@
+depends curl &&
+depends fuse &&
+depends git &&
+depends json-c &&
+depends libxml2
diff --git a/disk/fuse-google-drive/DETAILS b/disk/fuse-google-drive/DETAILS
new file mode 100755
index 0000000..a0566fd
--- /dev/null
+++ b/disk/fuse-google-drive/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=fuse-google-drive
+ if [ "$FUSE_GOOGLE_DRIVE_AUTOUPDATE" == "y" ]; then
+ VERSION=$(date +%Y%m%d)
+ else
+ VERSION=scm
+ fi
+ SOURCE="${SPELL}-scm.tar.bz2"
+ SOURCE_URL[0]=git://github.com/jcline/${SPELL}.git:${SPELL}-scm
+ FORCE_DOWNLOAD=on
+ SOURCE_IGNORE=volatile
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm"
+ WEB_SITE="https://github.com/jcline/fuse-google-drive";
+ LICENSE[0]=GPL
+ ENTERED=20120516
+ SHORT="fuse-google-drive is a fuse filesystem wrapper for Google
Drive"
+cat << EOF
+fuse-google-drive is a fuse filesystem wrapper for Google Drive
+released under GPLv2
+EOF
diff --git a/disk/fuse-google-drive/HISTORY b/disk/fuse-google-drive/HISTORY
new file mode 100644
index 0000000..3de4ed4
--- /dev/null
+++ b/disk/fuse-google-drive/HISTORY
@@ -0,0 +1,2 @@
+2012-05-16 Pol Vinogradov <vin.public AT gmail.com>
+ * DEPENDS, DETAILS, PRE_BUILD, PREPARE: spell created
diff --git a/disk/fuse-google-drive/PREPARE b/disk/fuse-google-drive/PREPARE
new file mode 100755
index 0000000..a68f274
--- /dev/null
+++ b/disk/fuse-google-drive/PREPARE
@@ -0,0 +1,2 @@
+. ${GRIMOIRE}/FUNCTIONS &&
+prepare_select_branch scm
diff --git a/disk/fuse-google-drive/PRE_BUILD
b/disk/fuse-google-drive/PRE_BUILD
new file mode 100755
index 0000000..9e8ea8d
--- /dev/null
+++ b/disk/fuse-google-drive/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+
+cd "$SOURCE_DIRECTORY" &&
+
+./autogen.sh



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (f9a7ae501fe42649566eb191c8c76b12111ceb36), Pol Vinogradov, 05/16/2012

Archive powered by MHonArc 2.6.24.

Top of Page