mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-24 12:06:31 +01:00
Add Guix step including bootstrap bin, build guix, build iso and fix some small bug
This commit is contained in:
parent
fb146bbf97
commit
3178f1f9e0
36 changed files with 890 additions and 7 deletions
15
steps-guix/bzip2-1.0.6/pass1.sh
Normal file
15
steps-guix/bzip2-1.0.6/pass1.sh
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
SEED_PREFIX="/bootstrap-seeds/bzip2-1.0.6"
|
||||
|
||||
src_configure() {
|
||||
:
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
make "${MAKEJOBS}" CFLAGS="-O2" LDFLAGS="-static"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
make PREFIX="${SEED_PREFIX}" DESTDIR="${DESTDIR}" install
|
||||
}
|
||||
1
steps-guix/bzip2-1.0.6/sources
Normal file
1
steps-guix/bzip2-1.0.6/sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
f https://sourceware.org/pub/bzip2/bzip2-1.0.6.tar.gz a2848f34fcd5d6cf47def00461fcb528a0484d8edef8208d6d2e2909dc61d9cd
|
||||
Loading…
Add table
Add a link
Reference in a new issue