mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-09 21:05:24 +01:00
Add libmd
This commit is contained in:
parent
20b4d43abb
commit
d7ce963bf4
3 changed files with 10 additions and 0 deletions
8
steps/libmd-1.1.0/pass1.sh
Normal file
8
steps/libmd-1.1.0/pass1.sh
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
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
|
||||
|
|
@ -191,6 +191,7 @@ jump: break ( INTERNAL_CI == pass1 ) # scripts are generated in pass1
|
|||
build: gcc-10.4.0
|
||||
build: binutils-2.41
|
||||
build: gcc-13.1.0
|
||||
build: libmd-1.1.0
|
||||
improve: cleanup_filesystem
|
||||
improve: null_time ( FORCE_TIMESTAMPS == True )
|
||||
improve: update_checksums ( UPDATE_CHECKSUMS == True )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue