diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2007-11-16 16:38:48 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2007-11-16 16:38:48 +0000 |
commit | 863dee02bab26c60c86337e3da2849cbc0985276 (patch) | |
tree | e8ff74e7361338f07576fcef95121b64a87a1d19 /packages/gnome | |
parent | 31167f5087e5984d2da7cac3ea4484a99c18cf0c (diff) |
gvfs: add 0.0.2, a userspace virtual filesystem
Diffstat (limited to 'packages/gnome')
-rw-r--r-- | packages/gnome/gvfs_0.0.2.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/gnome/gvfs_0.0.2.bb b/packages/gnome/gvfs_0.0.2.bb new file mode 100644 index 0000000000..8c791ad680 --- /dev/null +++ b/packages/gnome/gvfs_0.0.2.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "gvfs is a userspace virtual filesystem" +LICENSE = "LGPL" +DEPENDS = "glib-2.0 gio-standalone fuse" +PR = "r0" + +inherit gnome + +EXTRA_OECONF = "--disable-samba" + +PACKAGES =+ "gvfsd-ftp gvfsd-sftp gvfsd-trash" + +FILES_${PN} += "${datadir}/dbus-1/services/* ${libdir}/gio/modules/*.so" +FILES_${PN}-dbg += "${libdir}/gio/modules/.debug/*" +FILES_${PN}-dev += "${libdir}/gio/modules/*.la" + +FILES_gvfsd-ftp = "${libexecdir}/gvfsd-ftp ${sysconfdir}/gvfs/mounts/ftp.mount" +FILES_gvfsd-sftp = "${libexecdir}/gvfsd-sftp ${sysconfdir}/gvfs/mounts/sftp.mount" +FILES_gvfsd-trash = "${libexecdir}/gvfsd-trash ${sysconfdir}/gvfs/mounts/trash.mount" + +do_stage() { + autotools_stage_all +} |