mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Add libmd
This commit is contained in:
parent
6c377de2f0
commit
bbfab004c8
5 changed files with 21 additions and 0 deletions
12
steps/libmd-1.1.0/pass1.sh
Normal file
12
steps/libmd-1.1.0/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/libmd-1.1.0/sources
Normal file
1
steps/libmd-1.1.0/sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
https://archive.hadrons.org/software/libmd/libmd-1.1.0.tar.xz 1bd6aa42275313af3141c7cf2e5b964e8b1fd488025caf2f971f43b00776b332
|
||||
Loading…
Add table
Add a link
Reference in a new issue