6 recetas → canónicas + índice firmado: libusb, npth, libassuan, libksba (libs), usbutils (lsusb), gnupg (gpg 2.4.9). Cierra las 2 mini-chains que quedaban bloqueadas. + zlib re-packeado limpio en el repo (hash b3:2623a403 sin ubsan). Sólo foot queda staged (Wayland). Frente (b) COMPLETO.
22 lines
677 B
TOML
22 lines
677 B
TOML
# libksba 1.7.0 — X.509/CMS de GnuPG (de-Alpinizada, Etapa G). configure-split, estático musl.
|
|
name = "libksba"
|
|
version = "1.7.0"
|
|
|
|
[source]
|
|
tarball = "https://www.gnupg.org/ftp/gcrypt/libksba/libksba-1.7.0.tar.bz2"
|
|
sha256 = "e1d3a5745911f5a663fddecf526541c4241052a9e4cafbc92dc7f4096c7efdac"
|
|
|
|
[build]
|
|
compiler = "zig-cc"
|
|
target = "x86_64-linux-musl"
|
|
link = "static"
|
|
flags = []
|
|
|
|
[build.phases]
|
|
configure = './configure --build=$CBUILD --host=$CHOST --prefix=/usr --enable-static --disable-shared --disable-nls --with-libgpg-error-prefix=/usr'
|
|
compile = 'make'
|
|
install = 'make DESTDIR=/out install'
|
|
|
|
[deps]
|
|
build = ["libgpg-error", "linux-headers", "pkgconf"]
|