Initial commit
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
[build]
|
||||
type = "autotools"
|
||||
|
||||
[build.flags]
|
||||
configure = [
|
||||
"--with-pic",
|
||||
"--disable-static",
|
||||
]
|
||||
skip-tests = true
|
||||
make-install-vars = [ "htmldir=/usr/share/doc/ffcall" ]
|
||||
|
||||
[dependencies]
|
||||
runtime = ["glibc"]
|
||||
|
||||
[package]
|
||||
description = "C library for implementing foreign function calls in embedded interpreters"
|
||||
homepage = "https://www.gnu.org/software/libffcall/"
|
||||
license = "GPL-2.0-or-later"
|
||||
name = "ffcall"
|
||||
version = "2.5"
|
||||
|
||||
[[source]]
|
||||
extract_dir = "$name-$version"
|
||||
url = "https://mirrors.kernel.org/gnu/libffcall/libffcall-$version.tar.gz"
|
||||
sha256 = "b2:552a0a33bbed91380ced4bdb0f87f38be0a531e729b9530d80dd777ce93b4fe3515a984c2da0221e0110756fbbc099d666b1fed6f5cfacfccbedda7f97e58054"
|
||||
patches = [ "libffcall-2.5-parallel-make-race.patch" ]
|
||||
|
||||
[[manual_sources]]
|
||||
file = "libffcall-2.5-parallel-make-race.patch"
|
||||
sha256 = "b2:094d442a4678e8f712ecbe4dcabe15440b7e3be6f4715593c71937269045835c1dd08cdd18992efd9d2b8ecbf0a95cbc9b20b1e8d1377888d5c45640ff3480ab"
|
||||
Reference in New Issue
Block a user