2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

zip: new package at 3.0

This commit is contained in:
Muhammad Herdiansyah 2019-08-03 07:41:09 +07:00
parent 38bc325426
commit ecb2f0969b
4 changed files with 9 additions and 0 deletions

6
testing/zip/build Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh -e
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
make -f unix/Makefile prefix=/usr generic
make prefix="$1/usr" MAANDIR="$1/usr/share/man/man1" -f unix/Makefile install

1
testing/zip/checksums Normal file
View File

@ -0,0 +1 @@
f0e8bb1f9b7eb0b01285495a2699df3a4b766784c1765a8f1aeedf63c0806369 zip30.tar.gz

1
testing/zip/sources Normal file
View File

@ -0,0 +1 @@
https://downloads.sourceforge.net/infozip/zip30.tar.gz

1
testing/zip/version Normal file
View File

@ -0,0 +1 @@
3.0 1