The Nautilus CD Burner lets you write files to a CD burner easily 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.10/nautilus-cd-burner-2.10.1.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/GNOME/sources/nautilus-cd-burner/2.10/nautilus-cd-burner-2.10.1.tar.bz2
Download MD5 sum: ce2b3bd588ca77190976e2487badc17d
Download size: 515 KB
Estimated disk space required: 8 MB
Estimated build time: 0.2 SBU
Nautilus-2.10.1 and Cdrtools-2.01
Install Nautilus CD Burner by running the following commands:
./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \ --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \ --sysconfdir=/etc/gnome && make
This package does not come with a test suite.
Now, as the root user:
make install
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin: This switch puts libexec files in $GNOME_PREFIX/sbin instead of $GNOME_PREFIX/libexec.
--sysconfdir=/etc/gnome: This switch puts configuration files in /etc/gnome instead of $GNOME_PREFIX/etc.
--disable-hal: Use this switch if you have HAL version >0.4.7 installed, as the build will fail with higher versions due to the D-BUS/HAL ABI changes.
Last updated on 2005-08-01 13:29:19 -0600