diff options
author | Matt Reimer <mattjreimer@gmail.com> | 2006-11-13 19:19:49 +0000 |
---|---|---|
committer | Matt Reimer <mattjreimer@gmail.com> | 2006-11-13 19:19:49 +0000 |
commit | fe6bc5b4cabb5fcf87b8944b4cfbe73bb48ceecf (patch) | |
tree | b647d0f995205700148a392c69cccfe9077c7308 /packages/fuse/gmailfs_0.6.bb | |
parent | 2b622239c20657486f9e84842fd392f0a03c4598 (diff) | |
parent | f7171587f09b13c97cc73109cd9eaf7c5aa78e47 (diff) |
merge of '440352b74d1975abf361c30e00a2519bd5c8051e'
and '493bfe4db4e2664b2f5a442c4973208d987e2752'
Diffstat (limited to 'packages/fuse/gmailfs_0.6.bb')
-rw-r--r-- | packages/fuse/gmailfs_0.6.bb | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/packages/fuse/gmailfs_0.6.bb b/packages/fuse/gmailfs_0.6.bb deleted file mode 100644 index 8c659441b3..0000000000 --- a/packages/fuse/gmailfs_0.6.bb +++ /dev/null @@ -1,21 +0,0 @@ -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} - -} - |