live-bootstrap/sysc/xz-5.0.5/xz-5.0.5.sh

18 lines
430 B
Bash
Raw Normal View History

2021-03-25 21:47:57 +00:00
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
#
# SPDX-License-Identifier: GPL-3.0-or-later
src_prepare() {
default
2021-03-25 21:47:57 +00:00
2023-02-18 03:07:17 +00:00
AUTOMAKE=automake-1.11 ACLOCAL=aclocal-1.11 AUTOCONF=autoconf-2.64 AUTOM4TE=autom4te-2.64 autoreconf-2.64 -f
2021-03-25 21:47:57 +00:00
}
src_configure() {
./configure \
--prefix="${PREFIX}" \
--disable-shared \
--build=i386-unknown-linux-musl \
--libdir="${LIBDIR}"
2021-03-25 21:47:57 +00:00
}