Add gzip 1.13

Closes #369
This commit is contained in:
fosslinux 2024-01-27 12:24:06 +11:00
parent 6e05585ff9
commit cb4404029d
6 changed files with 91 additions and 0 deletions

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

@ -0,0 +1,14 @@
# SPDX-FileCopyrightText: 2024 fosslinux <fosslinux@aussies.space>
#
# SPDX-License-Identifier: GPL-3.0-or-later
src_prepare() {
default
autoreconf-2.71 -fi
. ../../import-gnulib.sh
}
src_configure() {
./configure --prefix="${PREFIX}"
}