13 lines
148 B
Plaintext
13 lines
148 B
Plaintext
|
version=1.6
|
||
|
source=(http://ftp.gnu.org/gnu/gzip/gzip-$version.tar.xz)
|
||
|
build()
|
||
|
{
|
||
|
cd gzip-$version
|
||
|
|
||
|
./configure --prefix=/tools
|
||
|
|
||
|
make
|
||
|
|
||
|
make install
|
||
|
}
|