2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-02 14:30:57 -06:00
repo/extra/zstd/build

13 lines
208 B
Plaintext
Raw Normal View History

#!/bin/sh -e
2021-07-03 15:05:22 -06:00
sed 's/^FLAGS.*=/FLAGS = -static /' programs/Makefile > _
mv -f _ programs/Makefile
2021-07-03 05:16:18 -06:00
make \
2023-03-02 07:40:00 -07:00
DESTDIR="$1" \
PREFIX=/usr \
2021-07-03 05:16:18 -06:00
HAVE_LZMA=0 \
HAVE_ZLIB=0 \
HAVE_LZ4=0 \
2021-07-03 05:16:18 -06:00
install