cornucopia: bump SRCREV
[openembedded.git] / recipes / fuse / gmailfs.inc
blob7364839391129442f7258937d0a9b2915e6701da
1 DESCRIPTION = "GmailFS provides a mountable Linux filesystem which uses your Gmail account as its storage medium."
2 HOMEPAGE = "http://richard.jones.name/google-hacks/gmail-filesystem/gmail-filesystem.html"
3 LICENSE = "GPLv2"
5 DEPENDS = "fuse python-libgmail python-fuse"
6 RDEPENDS_${PN} = "fuse python-libgmail python-fuse python-unixadmin  python-lang python-textutils python-core"
8 SRC_URI = "http://richard.jones.name/google-hacks/gmail-filesystem/${PN}-${PV}.tar.gz"
11 do_install() {
13 install -d ${D}${datadir}/gmailfs
14 install -d ${D}${bindir}
15 install -d ${D}${sysconfdir}
17 install -m 755 ${S}/gmailfs.py ${D}${datadir}/gmailfs/
18 install -m 755 ${S}/mount.gmailfs ${D}${bindir}
19 install -m 644 ${S}/*.conf ${D}${sysconfdir}