[oe-commits] org.oe.dev gmailfs: re-added broken version - koen will fix it

hrw commit openembedded-commits at lists.openembedded.org
Mon Nov 13 21:52:28 UTC 2006


gmailfs: re-added broken version - koen will fix it

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: de006911ca6f5d213d0a24e89e0b140b1e8989db
ViewMTN: http://monotone.openembedded.org/revision.psp?id=de006911ca6f5d213d0a24e89e0b140b1e8989db
Files:
1
packages/fuse/gmailfs_0.6.bb
Diffs:

#
# mt diff -r493bfe4db4e2664b2f5a442c4973208d987e2752 -rde006911ca6f5d213d0a24e89e0b140b1e8989db
#
# 
# 
# add_file "packages/fuse/gmailfs_0.6.bb"
#  content [23fbd0b36175e64729f6657d7a0ff8b0cf1b65e5]
# 
============================================================
--- packages/fuse/gmailfs_0.6.bb	23fbd0b36175e64729f6657d7a0ff8b0cf1b65e5
+++ packages/fuse/gmailfs_0.6.bb	23fbd0b36175e64729f6657d7a0ff8b0cf1b65e5
@@ -0,0 +1,22 @@
+BROKEN = "1"
+DESCRIPTION = "GmailFS provides a mountable Linux filesystem which uses your Gmail account as its storage medium."
+HOMEPAGE = "http://richard.jones.name/google-hacks/gmail-filesystem/gmail-filesystem.html"
+LICENSE = "GPL"
+
+DEPENDS = "fuse libgmail python-fuse"
+RDEPENDS = "fuse libgmail python-fuse python-unixadmin  python-lang python-textutils python-core"
+
+SRC_URI = "http://richard.jones.name/google-hacks/gmail-filesystem/gmailfs-0.6.tar.gz"
+
+
+do_install() {
+install -d ${D}${datadir}/gmailfs
+install -d ${D}${bindir}
+install -d ${D}${sysconfdir}
+
+install -m 755 ${S}/gmailfs.py ${D}${datadir}/gmailfs/
+install -m 755 ${S}/mount.gmailfs ${D}${bindir}
+install -m 644 ${S}/*.conf ${D}${sysconfdir}
+
+}
+






More information about the Openembedded-commits mailing list