Contents
$GNOME_PREFIX
/:
include/libnautilus-burn, lib/nautilus-cd-burner and
share/nautilus-cd-burner
The Nautilus CD Burner package provides an easy method to write files to a CD or DVD burner with GNOME; by drag-and-dropping files using the GNOME file manager, Nautilus.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/nautilus-cd-burner/2.18/nautilus-cd-burner-2.18.2.tar.bz2
Download (FTP): http://ftp.gnome.org/pub/gnome/sources/nautilus-cd-burner/2.18/nautilus-cd-burner-2.18.2.tar.bz2
Download MD5 sum: fee9ec2f398a6b1eacfd59e239d06837
Download size: 740 KB
Estimated disk space required: 15 MB
Estimated build time: 0.3 SBU
Nautilus-2.18.3 and HAL-0.5.9.1
gnome-mount-0.6 and intltool-0.35.5
Though Nautilus CD Burner happily passes all the configure script checks and then builds successfully without them, the Cdrtools-2.01 and dvd+rw-tools-7.0 packages are required to be installed or you won't be able to create ISO filesystems or burn CDs and DVDs.
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/NautilusCdBurner
Install Nautilus CD Burner by running the following commands:
./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \ --sysconfdir=/etc/gnome/2.18.3 \ --libexecdir=$(pkg-config \ --variable=prefix ORBit-2.0)/lib/nautilus-cd-burner && make
This package does not come with a test suite.
Now, as the root
user:
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.18.3
: This
parameter causes the configuration files to be installed in
/etc/gnome/2.18.3
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/nautilus-cd-burner
:
This parameter causes the libexec files to be installed in the
preferred location of $GNOME_PREFIX/lib/nautilus-cd-burner
instead of
$GNOME_PREFIX/libexec
.
$GNOME_PREFIX
/:
include/libnautilus-burn, lib/nautilus-cd-burner and
share/nautilus-cd-burner
Last updated on 2007-07-25 10:05:53 -0500