7zDec 9.13 beta AROS port by David "Cunin" Bergantin

7zDec is a 7zip extractor/listing/testing tool by Igor Pavlov.


AROS still lacks 7zip support so I was looking at 7zip sources and this looked like the easier thing to port for my newbie skills in C/C++, so I tried, and unbelievably enough, succeeded :D
Note that it ONLY supports .7z files, unlike the full 7zip.

It should also support the new LZMA2 format, though I didn't check it.

Binary is included, named 7zDec. Just copy it in C: and start unpacking.



###  Compiling:

Just CD into the source directory and "make".
"make clean" will just delete .o files, not the executable.



###  Adding 7zDec to ZuneArc:

Open ZuneArc's configuration file and then add the following line to the ArcType list:

ArcType,7z,7ZIP,

then add this at the bottom:

CmdName         ,7ZIP,
ExtractSingle   ,#,
ExtractAll  ,CD %dest;C:7zDec x %arch,
ListContent ,C:7zDec l %arch,
ContentHeader   ,3,
ContentFooter   ,2,
ContentFmt  ,DATE DATE SIZE NAME,
Add     ,#,
Remove      ,#,
Create      ,#,

Note that 7zDec can't extract single files, nor add/remove/create, but can extract without path with the 'e' option.



### Contact:

you can find me in aros-exec.org under the nick "Cunin".