repo/gzip/build
2021-07-16 22:33:05 +02:00

8 lines
151 B
Text
Executable file

wget 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