mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 03:26:31 +01:00
feat(steps-guix): add default libgpg-error-1.59 build script
feat(steps-guix): add libgcrypt-1.12.1 default build with gcc-detected host and pkg-config path feat(steps-guix): add guile-gcrypt-0.5.0 with dynamic libgcrypt prefix and ld library path
This commit is contained in:
parent
55be03a50d
commit
6c2fd501ed
7 changed files with 83 additions and 0 deletions
19
steps-guix/libgpg-error-1.59/pass1.sh
Normal file
19
steps-guix/libgpg-error-1.59/pass1.sh
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
./configure \
|
||||
--prefix="${PREFIX}" \
|
||||
--libdir="${LIBDIR}"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
default_src_compile
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default_src_install
|
||||
}
|
||||
1
steps-guix/libgpg-error-1.59/sources
Normal file
1
steps-guix/libgpg-error-1.59/sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
f https://www.gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.59.tar.bz2 a19bc5087fd97026d93cb4b45d51638d1a25202a5e1fbc3905799f424cfa6134
|
||||
Loading…
Add table
Add a link
Reference in a new issue