The gvfs package is a userspace virtual filesystem designed to work with the I/O abstractions of GLib's GIO library.
This package is known to build and work properly using an LFS-6.5 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gvfs/1.6/gvfs-1.6.2.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gvfs/1.6/gvfs-1.6.2.tar.bz2
Download MD5 sum: 6ed1d943d1c1b8b15a6b180a6cd51043
Download size: 1.3 MB
Estimated disk space required: 47 MB
Estimated build time: 0.6 SBU
D-BUS-1.4.16, GLib-2.30.1, and intltool-0.50.0
avahi-0.6.25, BlueZ, D-Bus GLib Bindings-0.98, expat-2.0.1, FUSE, GConf-2.28.1, gnome-disk-utility-2.30.1, HAL-0.5.14, libarchive-2.8.5, libcdio, libgnome-keyring-2.30.1, libgphoto2, libsoup-2.30.2, libxml2-2.7.8, and Samba-3.6.1
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gvfs
Install gvfs by running the following commands:
./configure --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib/gvfs && make
This package does not come with a test suite.
Now, as the root
user:
make install
--sysconfdir=/etc
: This
parameter causes the sysconf files to be installed in the preferred
location of /etc
instead of
/usr/etc
.
--libexecdir=/usr/lib/gvfs
:
This parameter causes the libexec files to be installed in the
preferred location of /usr/lib/gvfs
instead of /usr/libexec
.
Last updated on 2011-06-08 11:46:50 +0000