mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-11 05:45:23 +01:00
GNU MPC 1.2.1
This commit is contained in:
parent
2e5ccce9be
commit
6ea1ff2e54
6 changed files with 42 additions and 0 deletions
3
sysa/mpc-1.2.1/checksums
Normal file
3
sysa/mpc-1.2.1/checksums
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
c2c288f7a58cb409b253ff9288e09e11c998722ff34f2308083bad868cdcaf26 /after/lib/musl/libmpc.a
|
||||
b512a0555d1a6207df00849fc9140c9de2286abdec05debf66313058dfa7cb90 /after/lib/musl/libmpc.la
|
||||
6b6f58a6030ab502f6e483f931746ad0c6403c5618fb8850af1bc0fd6d13beb6 /after/lib/musl/libmpc.so.3.2.1
|
||||
27
sysa/mpc-1.2.1/mpc-1.2.1.sh
Executable file
27
sysa/mpc-1.2.1/mpc-1.2.1.sh
Executable file
|
|
@ -0,0 +1,27 @@
|
|||
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
default_src_prepare
|
||||
|
||||
find . -name '*.info' -delete
|
||||
autoreconf-2.69 -fi
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
./configure \
|
||||
--prefix="${PREFIX}" \
|
||||
--libdir="${PREFIX}/lib/musl" \
|
||||
--target=i386-unknown-linux-gnu \
|
||||
--host=i386-unknown-linux-gnu \
|
||||
--build=i386-unknown-linux-gnu
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
make MAKEINFO=true DESTDIR="${DESTDIR}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
make MAKEINFO=true DESTDIR="${DESTDIR}" install
|
||||
}
|
||||
|
|
@ -26,6 +26,8 @@ build autoconf-archive-2021.02.19
|
|||
|
||||
build mpfr-4.1.0
|
||||
|
||||
build mpc-1.2.1
|
||||
|
||||
echo "Bootstrapping completed."
|
||||
|
||||
exec env - PATH=/after/bin PS1="\w # " bash -i
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue