Add gzip 1.13

This commit is contained in:
fosslinux 2024-01-27 12:24:06 +11:00
parent cceb86d2b0
commit fda9e33f06
4 changed files with 73 additions and 0 deletions

10
steps/gzip-1.13/pass1.sh Executable file
View file

@ -0,0 +1,10 @@
src_prepare() {
default
autoreconf-2.71 -fi
. ../../import-gnulib.sh
}
src_configure() {
./configure --prefix="${PREFIX}"
}