mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-25 04:26:31 +01:00
XZ Utils 5.0.5
This commit is contained in:
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
18
sysa/xz-5.0.5/xz-5.0.5.sh
Executable 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue