diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-13 12:01:28 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-13 12:01:28 +0000 |
commit | cd0b9b9d930c43d68fa6b0876f28251c475a6bb1 (patch) | |
tree | 16adbac39670d70b19c865b11948872754e55e49 /packages | |
parent | c365e2b6a2f63c002aa11c255ebcb90ef22a7d38 (diff) | |
parent | f8353737b039b8470a75280ecc36d9446322955f (diff) |
merge of 'e598cc999e9e7eefa6ce1cf9b440e869d9d61d28'
and 'fed7957a10077b7dd7ba72689833e152fd94d766'
Diffstat (limited to 'packages')
-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} - -} - |