2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-08-22 14:06:19 +00:00
repo/testing/minizip/build

15 lines
179 B
Plaintext
Raw Normal View History

2019-07-31 06:56:16 +00:00
#!/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"