mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
zlib-1.2.11.
This commit is contained in:
parent
2710a3c298
commit
b38ea19e22
5 changed files with 14 additions and 0 deletions
|
|
@ -84,3 +84,4 @@ c6c37e888b136ccefab903c51149f4b7bd659d69d4aea21245f61053a57aa60a tar-1.12.tar.g
|
|||
de23af78fca90ce32dff2dd45b3432b2334740bb9bb7b05bf60fdbfc396ceb9c tcc-0.9.27.tar.bz2
|
||||
988403c1542d15ad044600b909997ba3079b10e03224c61188117f3676b02caa texinfo-6.7.tar.xz
|
||||
166c48d2842519bc4f96333bff9e265f8cdda44d38e40594ef3f9bbb52890490 xz-5.0.5.tar.bz2
|
||||
4ff941449631ace0d4d203e3483be9dbc9da454084111f97ea0a2114e19bf066 zlib-1.2.11.tar.xz
|
||||
|
|
|
|||
3
sysa.py
3
sysa.py
|
|
@ -448,6 +448,9 @@ class SysA:
|
|||
self.get_file(["https://mirrors.kernel.org/gnu/texinfo/texinfo-6.7.tar.xz",
|
||||
"https://git.savannah.gnu.org/cgit/gnulib.git/snapshot/gnulib-b81ec69.tar.gz"])
|
||||
|
||||
# zlib 1.2.11
|
||||
self.get_file("https://www.zlib.net/zlib-1.2.11.tar.xz")
|
||||
|
||||
# libunistring 0.9.10
|
||||
self.get_file(["https://mirrors.kernel.org/gnu/libunistring/libunistring-0.9.10.tar.xz",
|
||||
"https://git.savannah.gnu.org/cgit/gnulib.git/snapshot/gnulib-52a06cb3.tar.gz"])
|
||||
|
|
|
|||
|
|
@ -58,6 +58,8 @@ build gettext-0.21
|
|||
|
||||
build texinfo-6.7
|
||||
|
||||
build zlib-1.2.11
|
||||
|
||||
build libunistring-0.9.10
|
||||
|
||||
if [ "$FORCE_TIMESTAMPS" = True ] ; then
|
||||
|
|
|
|||
1
sysa/zlib-1.2.11/checksums
Normal file
1
sysa/zlib-1.2.11/checksums
Normal file
|
|
@ -0,0 +1 @@
|
|||
8e8255b1f90615cbb69f45697edcfd17dae492e090ca31c9d5390cb2d076e1b4 /image/lib/musl/libz.a
|
||||
7
sysa/zlib-1.2.11/zlib-1.2.11.sh
Executable file
7
sysa/zlib-1.2.11/zlib-1.2.11.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_configure() {
|
||||
./configure --prefix="${PREFIX}" --libdir="${PREFIX}/lib/musl" --static
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue