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

minizip: new package at 1.2.11

This commit is contained in:
Dylan Araps 2019-07-31 09:56:16 +03:00
parent 75efaba99b
commit bcef93bd30
5 changed files with 21 additions and 0 deletions

14
testing/minizip/build Executable file
View File

@ -0,0 +1,14 @@
#!/bin/sh -e
cd contrib/minizip
autoreconf -fi
./configure \
--prefix=/usr \
--enable-static=no
make
make DESTDIR="$1" install
rm -f "$1/usr/include/minizip/crypt.h"

View File

@ -0,0 +1 @@
c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1 zlib-1.2.11.tar.gz

4
testing/minizip/depends Normal file
View File

@ -0,0 +1,4 @@
#zlib make
#automake make
#autoconf make
#libtool make

1
testing/minizip/sources Normal file
View File

@ -0,0 +1 @@
https://zlib.net/zlib-1.2.11.tar.gz

1
testing/minizip/version Normal file
View File

@ -0,0 +1 @@
1.2.11 1