XZ Utils 5.0.5

This commit is contained in:
Andrius Štikonas 2021-03-25 21:47:57 +00:00
parent f59909142d
commit c345001ee8
7 changed files with 69 additions and 9 deletions

18
sysa/xz-5.0.5/xz-5.0.5.sh Executable file
View file

@ -0,0 +1,18 @@
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
#
# SPDX-License-Identifier: GPL-3.0-or-later
src_prepare() {
default_src_prepare
autoreconf-2.65 -f
}
src_configure() {
./configure \
--prefix="${PREFIX}" \
--disable-shared \
--target=i386-unknown-linux-gnu \
--host=i386-unknown-linux-gnu \
--build=i386-unknown-linux-gnu
}