mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-03-25 13:29:03 +02:00
config/git: Support building libarchive
This is for bsdtar, which we will use in place of unar, because unar is not available on all of the distros, and we had some recent problems with it. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
1
config/data/libarchive/build.list
Normal file
1
config/data/libarchive/build.list
Normal file
@@ -0,0 +1 @@
|
||||
bsdtar
|
||||
3
config/data/libarchive/mkhelper.cfg
Normal file
3
config/data/libarchive/mkhelper.cfg
Normal file
@@ -0,0 +1,3 @@
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
premake="autoreconf -fiv src/libarchive"
|
||||
5
config/git/libarchive/pkg.cfg
Normal file
5
config/git/libarchive/pkg.cfg
Normal file
@@ -0,0 +1,5 @@
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
rev="9525f90ca4bd14c7b335e2f8c84a4607b0af6bdf"
|
||||
url="https://codeberg.org/libreboot/libarchive"
|
||||
bkup_url="https://git.disroot.org/libreboot/libarchive"
|
||||
Reference in New Issue
Block a user