mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-06 03:15:23 +01:00
Add libarchive 3.5.2.
This commit is contained in:
parent
c202b663b0
commit
a8cdecdfbd
5 changed files with 33 additions and 0 deletions
5
sysc/libarchive-3.5.2/checksums
Normal file
5
sysc/libarchive-3.5.2/checksums
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
5b5ed29839013372287cde9cb62ce0891904a8eddb46cf4423219ee5933b4253 /usr/lib/musl/libarchive.a
|
||||
ad32187e402d970a9634cab3f7c33f886fb67894092f5252d826974f05863819 /usr/lib/musl/libarchive.la
|
||||
5941ecaa987e30f90e6b2010663a817bc40456d9b660f4dcd329ea0469cb3f2c /usr/bin/bsdcat
|
||||
17db2805b90399b92ae71923399632148ed75569330b93dfc4ece39b79fdec21 /usr/bin/bsdcpio
|
||||
1a910e51ba98ba978c16faec20099ea4d63a435448c817de991d2a4ad751a665 /usr/bin/bsdtar
|
||||
22
sysc/libarchive-3.5.2/libarchive-3.5.2.sh
Executable file
22
sysc/libarchive-3.5.2/libarchive-3.5.2.sh
Executable file
|
|
@ -0,0 +1,22 @@
|
|||
# SPDX-FileCopyrightText: 2021 fosslinux <fosslinux@aussies.space>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
./configure --prefix="${PREFIX}" --libdir="${PREFIX}/lib/musl" \
|
||||
--disable-shared
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
make MAKEINFO=true
|
||||
}
|
||||
|
||||
src_install() {
|
||||
make MAKEINFO=true DESTDIR="${DESTDIR}" install
|
||||
}
|
||||
|
|
@ -54,6 +54,8 @@ build dist-3.5-236 '' '' '' dist-d1de81f
|
|||
|
||||
build perl-5.32.1
|
||||
|
||||
build libarchive-3.5.2
|
||||
|
||||
build automake-1.16.3
|
||||
|
||||
build autoconf-2.71
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue