Initial commit

This commit is contained in:
2026-03-21 12:43:00 -05:00
commit 83bf16823c
438 changed files with 33617 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
[build]
type = "autotools"
[dependencies]
runtime = [
"glibc",
"sh",
"coreutils",
]
test = ["findutils"]
[package]
description = "GNU generic library support script"
homepage = "https://www.gnu.org/software/libtool/"
license = "GPL-2.0-or-Later"
name = "libtool"
version = "2.5.4"
[[source]]
extract_dir = "$name-$version"
sha256 = "f81f5860666b0bc7d84baddefa60d1cb9fa6fceb2398cc3baca6afaa60266675"
url = "https://mirrors.kernel.org/gnu/libtool/libtool-$version.tar.xz"
[build.flags]
post_install = [ "rm -fv $DESTDIR/usr/lib/libltdl.a" ]
skip_tests = true