repo/gzip/build

8 lines
154 B
Text
Executable file

curl -# https://mirrors.nav.ro/gnu/gzip/gzip-1.10.tar.gz
tar -xf gzip-1.10.tar.gz
cd gzip-1.10
./configure --prefix=/usr
make
make DESTDIR="$1" install