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
|
Source: unalz
Section: utils
Priority: optional
Maintainer: Changwoo Ryu <cwryu@debian.org>
Homepage: http://www.kipple.pe.kr/win/unalz/
Vcs-Git: https://anonscm.debian.org/git/users/cwryu/unalz.git
Vcs-Browser: https://anonscm.debian.org/git/users/cwryu/unalz.git
Build-Depends: debhelper (>= 9~),
docbook-xsl,
dpkg-dev (>= 1.16.1~),
libbz2-dev,
xsltproc,
zlib1g-dev (>= 1:1.2.7),
Standards-Version: 3.9.8
Package: unalz
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: De-archiver for .alz files
This is the utility used for decompressing ALZip format files. It
mainly operates on files with names ending in '.alz'.
.
Note that it only support Alzip program's old (pre-2009) ALZ format.
The new "EGG" format is completely different with ALZ and not
supported.
|