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

18 lines
349 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
2021-06-30 18:43:33 +01:00
autoreconf-2.64 -f
2021-03-25 21:47:57 +00:00
}
src_configure() {
./configure \
--prefix="${PREFIX}" \
--disable-shared \
--build=i386-unknown-linux-musl \
2021-04-17 23:02:01 +01:00
--libdir="${PREFIX}/lib/musl"
2021-03-25 21:47:57 +00:00
}