mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 19:46:31 +01:00
recompile tar and add gzip 1.12 for V1.0 roadmap
recompile tar and add gzip 1.12 for V1.0 roadmap Update parts.rst to add tar 1.34 pass 2 and gzip 1.12
This commit is contained in:
parent
80e65b7c23
commit
1f7d80fa4c
4 changed files with 38 additions and 0 deletions
23
sysc/gzip-1.12/gzip-1.12.sh
Executable file
23
sysc/gzip-1.12/gzip-1.12.sh
Executable file
|
|
@ -0,0 +1,23 @@
|
|||
#!/bin/sh
|
||||
|
||||
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
# SPDX-FileCopyrightText: 2021-22 fosslinux <fosslinux@aussies.space>
|
||||
# SPDX-FileCopyrightText: 2021 Paul Dersey <pdersey@gmail.com>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
ssrc_prepare() {
|
||||
default
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
./configure --prefix=/usr
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
make "${MAKEJOBS}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
}
|
||||
1
sysc/gzip-1.12/sources
Normal file
1
sysc/gzip-1.12/sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
https://mirrors.kernel.org/gnu/gzip/gzip-1.12.tar.gz ce5e03e519f637e1f814011ace35c4f87b33c0bbabeec35baf5fbd3479e91956
|
||||
|
|
@ -128,6 +128,10 @@ build binutils-2.38 pass2.sh
|
|||
|
||||
build gcc-13.1.0
|
||||
|
||||
build tar-1.34
|
||||
|
||||
Build gzip-1.12
|
||||
|
||||
if [ "$FORCE_TIMESTAMPS" = True ] ; then
|
||||
echo 'Forcing all files timestamps to be 0 unix time.'
|
||||
canonicalise_all_files_timestamp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue