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
|
Source: zipper.app
Section: gnustep
Priority: optional
Maintainer: Debian GNUstep maintainers <pkg-gnustep-maintainers@lists.alioth.debian.org>
Uploaders: Yavor Doganov <yavor@gnu.org>
Build-Depends: debhelper (>= 11),
gnustep-make (>= 2.6.6-2),
libgnustep-gui-dev (>= 0.24),
imagemagick
Homepage: http://gap.nongnu.org/zipper/
Vcs-Git: https://salsa.debian.org/gnustep-team/zipper.app.git
Vcs-Browser: https://salsa.debian.org/gnustep-team/zipper.app
Standards-Version: 4.1.2
Package: zipper.app
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
${gnustep:Depends}
Suggests: p7zip | p7zip-full,
unzip,
unace,
lha,
lzip,
unrar-free
Description: Archive manager for GNUstep
Zipper is a tool for extracting and viewing archive files for GNUstep.
It provides the following features:
.
* Decompression of Tar (.tar.gz, .tar.bz2, .tar.xz), LHA (.lha,
.lzx), RAR (.rar), ZIP (.zip), 7z (.7z, .7za), ZOO (.zoo), ACE
(.ace) and ARJ (.arj) archives
* Archive creation (.tar.gz, .tar.bz2, .tar.xz, .lha, .zip, .7z/.7za
and .zoo)
* GNUstep "Create archive" service
|