QuaZIP source 1.5

Full internal name:net.sourceforge.quazip.QuaZIPSource
Project site:https://github.com/stachenov/quazip
Screen shots:
Download: Download QuaZIP source 1.5

https://github.com/stachenov/quazip/archive/v1.5.zip

VirusTotal results
Change log:https://github.com/stachenov/quazip/blob/master/NEWS.txt
Description:

Qt based library to access ZIP archives (source code)

License:LGPLv2.1
Version:1.5
SHA-1 or SHA-256:4b7ffa599fe376465ce43d7f948b9223c68fd66f3287150ac9d5feef045a43a1
Type:zip
Dependencies:
Tags:libs, untested
Text files:
.Npackd\Install.bat:
for /f "delims=" %%x in ('dir /b quazip*') do set name=%%x
cd "%name%"        
for /f "delims=" %%a in ('dir /b') do (
  move "%%a" ..
)
cd ..
rmdir "%name%"
.Npackd\Build.bat:
rem copy sources
xcopy "%npackd_package_dir%" src /E /I /Q
if %errorlevel% neq 0 exit /b %errorlevel%

if "%npackd_output_package%" equ "quazip-dev-x86_64-w64_seh_posix_8.2-qt_5.12-static" (goto x86_64) else (goto i686)

rem configure 64 bit
:x86_64
set path=C:\msys64\mingw64\bin
cd src
C:\msys64\mingw64\qt5-static\bin\qmake.exe LIBS+=-lz CONFIG+=staticlib CONFIG+=release DEFINES+=QUAZIP_STATIC
if %errorlevel% neq 0 exit /b %errorlevel%
goto build

rem configure 32 bit
:i686
set path=C:\msys64\mingw32\bin
cd src
C:\msys64\mingw32\qt5-static\bin\qmake.exe LIBS+=-lz CONFIG+=staticlib CONFIG+=release DEFINES+=QUAZIP_STATIC
if %errorlevel% neq 0 exit /b %errorlevel%
goto build

rem build
:build
mingw32-make
if %errorlevel% neq 0 exit /b %errorlevel%

rem copy the created libraries
cd ..
mkdir lib
if %errorlevel% neq 0 exit /b %errorlevel%
copy src\quazip\release\*.a lib
if %errorlevel% neq 0 exit /b %errorlevel%

rem copy the include files
mkdir include
if %errorlevel% neq 0 exit /b %errorlevel%
copy src\quazip\*.h include
if %errorlevel% neq 0 exit /b %errorlevel%
		
Last modified:Sat Mar 08 05:15:14 UTC 2025
Last modified by:tim.lebedk...
Created:Sat Mar 08 05:15:14 UTC 2025
Created by:tim.lebedk...
Automated tests:0 of 19 installations succeeded, 0 of 0 removals succeeded