libevent 2.1.12 (async/red), libgpg-error+libgcrypt (cripto), libuv 1.52 (async; necesitó ./autogen.sh, el dist tarball no trae configure), json-c 0.18 (CMAKE — el rootfs tiene cmake), freetype 2.14 (fuentes, vs zlib+libpng con el fix CPPFLAGS/LDFLAGS). Set de libs base ya cubre 20+ deps de cola C/-sys. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
20 lines
646 B
TOML
20 lines
646 B
TOML
# libgpg-error 1.61 — lib C base (de-Alpinizada, Etapa G). compiler=gcc, configure-split, estático.
|
|
name = "libgpg-error"
|
|
version = "1.61"
|
|
|
|
[source]
|
|
tarball = "https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.61.tar.bz2"
|
|
sha256 = "7a85413f2bc354f4f8aa832b718af122e48965e9e0eb9012ee659c13c6385c93"
|
|
|
|
[build]
|
|
compiler = "gcc"
|
|
target = "x86_64-linux-musl"
|
|
link = "static"
|
|
flags = []
|
|
|
|
[build.phases]
|
|
configure = './configure --build=$CBUILD --host=$CHOST --prefix=/usr --disable-shared --enable-static --disable-doc --disable-tests --enable-install-gpg-error-config'
|
|
compile = 'make'
|
|
install = 'make DESTDIR=/out install'
|
|
|