Files
takana/recipes/expat.toml
T
sergioandClaude Opus 4.8 9c8d106fd0 Etapa G: libs C base expat + curl al corpus (232→234)
expat 2.8.1 (libexpat.a) + curl 8.20.0 (libcurl.a, TLS openssl + zlib del corpus).
El patrón configure-split + deps openssl/zlib materializadas funcionó limpio.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-24 09:05:58 -04:00

20 lines
708 B
TOML

# expat 2.8.1 — parser XML stream (C). Lib base: dep de cola C (fontconfig, dbus, etc.) y crates -sys.
# De-Alpinizada (Etapa G): compiler=gcc, configure-split explícito, estático. Sin deps externas.
name = "expat"
version = "2.8.1"
[source]
tarball = "https://github.com/libexpat/libexpat/releases/download/R_2_8_1/expat-2.8.1.tar.xz"
sha256 = "10b195ee78160a908388180a8fe3603d4e9a12f4755fbf5f3816b23a9d750da0"
[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 --without-docbook'
compile = 'make'
install = 'make DESTDIR=/out install'