mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 19:46:31 +01:00
fix(steps-guix): add unzip/sqlite/guile-sqlite3 build scripts and enable them in manifest
This commit is contained in:
parent
5d63dc3c5e
commit
8f60091ed2
7 changed files with 93 additions and 3 deletions
15
steps-guix/unzip-6.0/pass1.sh
Executable file
15
steps-guix/unzip-6.0/pass1.sh
Executable file
|
|
@ -0,0 +1,15 @@
|
|||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
make "${MAKEJOBS}" -f unix/Makefile generic_gcc
|
||||
}
|
||||
|
||||
src_install() {
|
||||
make -f unix/Makefile install \
|
||||
BINDIR="${DESTDIR}${PREFIX}/bin" \
|
||||
MANDIR="${DESTDIR}${PREFIX}/share/man/man1"
|
||||
}
|
||||
1
steps-guix/unzip-6.0/sources
Normal file
1
steps-guix/unzip-6.0/sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
f https://downloads.sourceforge.net/infozip/unzip60.tar.gz 036d96991646d0449ed0aa952e4fbe21b476ce994abc276e49d30e686708bd37
|
||||
Loading…
Add table
Add a link
Reference in a new issue