Contents
$GNOME_PREFIX
/{lib/gnome-user-share,
share/{gnome-user-share,gnome/help/gnome-user-share/*,
omf/gnome-user-share}}
The gnome-user-share package allows easy user-level file sharing via WebDAV or ObexFTP. The shared files are announced on the network by Avahi.
This package is known to build and work properly using an LFS-6.5 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-user-share/2.30/gnome-user-share-2.30.0.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-user-share/2.30/gnome-user-share-2.30.0.tar.bz2
Download MD5 sum: a736a1bebc1782d3d6e7a7239158f189
Download size: 922 KB
Estimated disk space required: 8 MB
Estimated build time: 0.2 SBU
gnome-bluetooth-2.30.0 and libcanberra-0.18
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-user-share
Install gnome-user-share by running the following commands:
./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \ --sysconfdir=/etc/gnome/2.30.2 \ --libexecdir=$(pkg-config \ --variable=prefix ORBit-2.0)/lib/gnome-user-share \ --with-modules-path=/usr/lib/apache \ --disable-scrollkeeper && make
This package does not come with a test suite.
make install
--prefix=$(pkg-config --variable=prefix
ORBit-2.0)
: Setting the prefix using this parameter
instead of with $GNOME_PREFIX
will
ensure that the prefix is consistent with the installation
environment and the package will be installed in the correct
location.
--sysconfdir=/etc/gnome/2.30.2
: This
parameter causes the configuration files to be installed in
/etc/gnome/2.30.2
instead of
$GNOME_PREFIX/etc
. Additionally (if
applicable), the parameter ensures that the GConf-2 database is correctly updated.
--libexecdir=$(pkg-config
--variable=prefix ORBit-2.0)/lib/gnome-user-share
: This
parameter is used so that the gnome-user-share internal support programs are
installed in the preferred location of $GNOME_PREFIX/lib/gnome-user-share
instead of
$GNOME_PREFIX/libexec
.
--disable-scrollkeeper
: Do
not make updates to the scrollkeeper database. Remove it if you have
rarian installed.
$GNOME_PREFIX
/{lib/gnome-user-share,
share/{gnome-user-share,gnome/help/gnome-user-share/*,
omf/gnome-user-share}}
Last updated on 2010-08-29 05:29:31 +0000