File: control

package info (click to toggle)
xarchive 0.2.8.6%2Bdebian-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 952 kB
  • ctags: 255
  • sloc: sh: 7,117; ansic: 2,609; xml: 725; makefile: 108
file content (27 lines) | stat: -rw-r--r-- 1,278 bytes parent folder | download
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
Source: xarchive
Section: x11
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends: debhelper (>= 4.0), autotools-dev, libgtk2.0-dev, sharutils
Standards-Version: 3.7.2

Package: xarchive
Architecture: any
Depends: ${shlibs:Depends}, bash (>= 2.05a)
Recommends: arj, bzip2, p7zip, rpm, unzip, zip
Suggests: rar, unace
Description: GTK frontend for most used compression tools
 xarchive is a generic gtk2.0 front-end for various archiving programs. It uses
 wrappers around command line archiving tools to do the actual work. When
 xarchive starts it consults the wrappers in it's wrapper directory to see what
 types of files are supported. This makes adding support for a new archive
 format a simple matter of writting a wrapper for the command line tool and
 dropping it in the wrapper directory.
 .
 Currently bash shell script wrappers are provided for tar, rar, zip, arj, 7zip,
 deb, rpm, and ace (ace uses unace and only supports viewing and extracting. The
 deb and rpm support is also only for viewing and extracting. The appropriate
 packaging tools should be used to modify debs and rpms).
 .
 If you don't need all package formats supported by xarchive, try xarchiver.
 It uses library package routines, if available and is a bit quicker.