mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 18:02:12 +08:00
9d2dc4e2f5
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2324 af4574ff-66df-0310-9fd7-8a98e5e911e0
90 lines
3.1 KiB
XML
90 lines
3.1 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY file-roller-download-http "http://ftp.gnome.org/pub/GNOME/sources/file-roller/2.6/file-roller-&file-roller-version;.tar.bz2">
|
|
<!ENTITY file-roller-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/file-roller/2.6/file-roller-&file-roller-version;.tar.bz2">
|
|
<!ENTITY file-roller-size "1.3 MB">
|
|
<!ENTITY file-roller-buildsize "33 MB">
|
|
<!ENTITY file-roller-time "0.40 SBU">
|
|
|
|
]>
|
|
|
|
<sect1 id="file-roller" xreflabel="File Roller-&file-roller-version;">
|
|
<?dbhtml filename="file-roller.html"?>
|
|
<title>File Roller-&file-roller-version;</title>
|
|
|
|
<sect2>
|
|
<title>Introduction to <application>File Roller</application></title>
|
|
|
|
<para>
|
|
File Roller is an archive manager for <acronym>GNOME</acronym> with
|
|
support for tar, bzip2, gzip, zip, jar, compress and lzop archives.
|
|
</para>
|
|
|
|
<sect3><title>Package information</title>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem><para>Download (HTTP): <ulink url="&file-roller-download-http;"/></para></listitem>
|
|
<listitem><para>Download (FTP): <ulink url="&file-roller-download-ftp;"/></para></listitem>
|
|
<listitem><para>Download size: &file-roller-size;</para></listitem>
|
|
<listitem><para>Estimated Disk space required: &file-roller-buildsize;</para></listitem>
|
|
<listitem><para>Estimated build time: &file-roller-time;</para></listitem></itemizedlist>
|
|
</sect3>
|
|
|
|
<sect3><title><application>File Roller</application> dependencies</title>
|
|
<sect4><title>Required</title>
|
|
<para>
|
|
<xref linkend="libgnomeui"/> and
|
|
<xref linkend="scrollkeeper"/>
|
|
</para></sect4>
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Installation of <application>File Roller</application></title>
|
|
|
|
<para>Install <application>File Roller</application> by running the following commands:</para>
|
|
|
|
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
|
|
--localstatedir=/var/lib --sysconfdir=/etc/gnome &&
|
|
make &&
|
|
make install</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Command explanations</title>
|
|
|
|
<para><parameter>--localstatedir=/var/lib</parameter>: This switch
|
|
puts <application>ScrollKeeper</application> files in <filename
|
|
class="directory">/var/lib/scrollkeeper</filename>
|
|
instead of <filename
|
|
class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
|
|
|
|
<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
|
|
configuration files in <filename class="directory">/etc/gnome</filename>
|
|
instead of
|
|
<filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Contents</title>
|
|
|
|
<para>The <application>File Roller</application> package contains <command>file-roller</command>.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2><title>Description</title>
|
|
|
|
<sect3><title>file-roller</title>
|
|
<para><command>file-roller</command> is an archiver
|
|
for <acronym>GNOME</acronym>.</para></sect3>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|