Initial commit
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user