mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-22 23:30:05 -07:00
zip: new package at 3.0
This commit is contained in:
parent
38bc325426
commit
ecb2f0969b
6
testing/zip/build
Executable file
6
testing/zip/build
Executable 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
1
testing/zip/checksums
Normal file
@ -0,0 +1 @@
|
||||
f0e8bb1f9b7eb0b01285495a2699df3a4b766784c1765a8f1aeedf63c0806369 zip30.tar.gz
|
1
testing/zip/sources
Normal file
1
testing/zip/sources
Normal file
@ -0,0 +1 @@
|
||||
https://downloads.sourceforge.net/infozip/zip30.tar.gz
|
1
testing/zip/version
Normal file
1
testing/zip/version
Normal file
@ -0,0 +1 @@
|
||||
3.0 1
|
Loading…
Reference in New Issue
Block a user