mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-13 23:05:24 +01:00
GNU findutils 4.2.33
This commit is contained in:
parent
fdec1c0380
commit
28779bc9ba
6 changed files with 31 additions and 0 deletions
7
sysa/findutils-4.2.33/checksums
Normal file
7
sysa/findutils-4.2.33/checksums
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
924989f313c37f19d4b2474472e136509ea5a60a4dc71e5a6ff8c164ae10fc2e /after/bin/find
|
||||
4490fa824400fc7b6fc2f3654bae804dc8e39ad5fb337164582b66a0d995b66e /after/bin/locate
|
||||
166aa2887502c997f2cd7ea7eeebea3800e79011bc9985ab31a34f74caefa8cb /after/bin/updatedb
|
||||
a8d6f39cd9a1529b45ab1d9c7b0ba89ccf9ac62d843930c4a0ac7a9be0b98979 /after/bin/xargs
|
||||
4425d7195722f3d023e00fc1cc2e215f0eac361e83e6aabb97ad6b091b04be06 /after/libexec/bigram
|
||||
10cf4b0bb69151e715f3f0e107d5345fb55c8b65bb177c88f605a79240b373fb /after/libexec/code
|
||||
2403193f202677d90ac3cc4da32fe367bd73ba748b46afaf2cad1f3f1ae665db /after/libexec/frcode
|
||||
12
sysa/findutils-4.2.33/findutils-4.2.33.sh
Executable file
12
sysa/findutils-4.2.33/findutils-4.2.33.sh
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
autoreconf-2.61 -f
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# Musl is not recognized, pretend to be uClibc
|
||||
CC=tcc ./configure --prefix="${PREFIX}" CPPFLAGS="-D__UCLIBC__"
|
||||
}
|
||||
|
|
@ -128,6 +128,8 @@ build autoconf-2.61 stage2.sh
|
|||
build automake-1.9.6 stage1.sh
|
||||
build automake-1.9.6 stage2.sh
|
||||
|
||||
build findutils-4.2.33
|
||||
|
||||
build gcc-4.0.4 pass1.sh checksums/pass1
|
||||
|
||||
build musl-1.2.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue