mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Add libbsd
This commit is contained in:
parent
bbfab004c8
commit
0696018410
5 changed files with 21 additions and 0 deletions
12
steps/libbsd-0.11.8/pass1.sh
Normal file
12
steps/libbsd-0.11.8/pass1.sh
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# SPDX-FileCopyrightText: 2024 fosslinux <fosslinux@aussies.space>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
autoreconf-2.71 -fi
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
./configure --prefix="${PREFIX}" --libdir="${LIBDIR}"
|
||||
}
|
||||
1
steps/libbsd-0.11.8/sources
Normal file
1
steps/libbsd-0.11.8/sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
https://libbsd.freedesktop.org/releases/libbsd-0.11.8.tar.xz 55fdfa2696fb4d55a592fa9ad14a9df897c7b0008ddb3b30c419914841f85f33
|
||||
Loading…
Add table
Add a link
Reference in a new issue