~ubuntu-branches/ubuntu/dapper/file-roller/dapper-updates

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
			   * File Roller *

		  an archive manager utility for the
			  GNOME Environment.

* What is it ?

  File Roller is an archive manager for the GNOME environment.  This means
  that you can : create and modify archives; view the content of an archive; 
  view a file contained in the archive; extract files from the archive.

  File Roller is only a front-end (a graphical interface) to archiving programs
  like tar and zip. The supported file types are :
    * Tar archives uncompressed (.tar) or compressed with
          * gzip (.tar.gz , .tgz)
          * bzip (.tar.bz , .tbz)
          * bzip2 (.tar.bz2 , .tbz2)
          * compress (.tar.Z , .taz)
          * lzop (.tar.lzo , .tzo)
    * Zip archives (.zip)
    * Jar archives (.jar , .ear , .war)
    * Lha archives (.lzh)
    * Rar archives (.rar)
    * Zoo archives (.zoo)
    * Arj archives (.arj)
    * AR archives (.ar)
    * Debian archives (.deb) [Read-only mode]
    * RPM archives (.rpm) [Read-only mode]
    * 7-zip archives (.7z)
    * ISO files (.iso) [Read-only mode]
    * Stuffit archives (.bin, .sit)
    * Single files compressed with gzip, bzip, bzip2, compress, lzop

* Home Page

  http://fileroller.sourceforge.net

* Licensing

  This program is released under the terms of the GNU General Public
  License (GNU GPL).  

  You can find a copy of the license in the file COPYING.

* Dependencies

  In order to use this program you need a working GNOME environment
  version 2.x, with the development tools installed properly.

  Also you need : 
          * gnome-vfs
          * libglade
          * bonobo-activation
          * bonobo

* Install

  ./configure 
  make
  make install