mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-22 10:24:48 -07:00
minizip: new package at 1.2.11
This commit is contained in:
parent
75efaba99b
commit
bcef93bd30
14
testing/minizip/build
Executable file
14
testing/minizip/build
Executable 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"
|
1
testing/minizip/checksums
Normal file
1
testing/minizip/checksums
Normal file
@ -0,0 +1 @@
|
||||
c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1 zlib-1.2.11.tar.gz
|
4
testing/minizip/depends
Normal file
4
testing/minizip/depends
Normal file
@ -0,0 +1,4 @@
|
||||
#zlib make
|
||||
#automake make
|
||||
#autoconf make
|
||||
#libtool make
|
1
testing/minizip/sources
Normal file
1
testing/minizip/sources
Normal file
@ -0,0 +1 @@
|
||||
https://zlib.net/zlib-1.2.11.tar.gz
|
1
testing/minizip/version
Normal file
1
testing/minizip/version
Normal file
@ -0,0 +1 @@
|
||||
1.2.11 1
|
Loading…
Reference in New Issue
Block a user