27 lines
674 B
TOML
27 lines
674 B
TOML
[build]
|
|
type = "autotools"
|
|
|
|
[build.flags]
|
|
post_configure = ['''sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool''']
|
|
post_install = ["rm -rf $DESTDIR/usr/share/man/man2"]
|
|
skip_tests = true
|
|
|
|
[dependencies]
|
|
runtime = ["glibc"]
|
|
|
|
[package]
|
|
description = "Simple NUMA policy support"
|
|
homepage = "https://github.com/numactl/numactl"
|
|
license = [
|
|
"GPL-2.0-only",
|
|
"LGPL-2.1-only",
|
|
]
|
|
name = "numactl"
|
|
version = "2.0.19"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
post_extract = ["autoreconf -fiv"]
|
|
sha256 = "f2672a0381cb59196e9c246bf8bcc43d5568bc457700a697f1a1df762b9af884"
|
|
url = "https://github.com/numactl/numactl/releases/download/v$version/numactl-$version.tar.gz"
|