Обновление README.md, исходников, пакетки

This commit is contained in:
2026-03-27 13:13:52 +03:00
parent 30540602bd
commit 833f62c739
240 changed files with 2747 additions and 855 deletions

12
assets/var/gnu/zip.md Normal file
View File

@ -0,0 +1,12 @@
zip 3.0
=
https://downloads.sourceforge.net/infozip/zip30.tar.gz
``` sh *** patch ***
sed -e "s|generic CC=gcc CPP=\"gcc -E\"|zips CC=$CC CPP=\"$CPP -E\" CFLAGS=\"-DLARGE_FILE_SUPPORT $CFLAGS \${CFLAGS_NOOPT}\" LFLAGS2=\"$LDFLAGS\"|g" -i unix/Makefile
```
``` sh *** build ***
make -f unix/Makefile generic_gcc
make prefix=/pkg/gnu/zip -f unix/Makefile install
```