mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 04:44:19 +08:00
Merge branch 'gawk' into 'master'
Remove gawk patches, Remove older duplicate tk recipe See merge request redox-os/redox!2197
This commit is contained in:
commit
2a5f25b30f
@ -1,18 +1,9 @@
|
||||
[source]
|
||||
git = "https://gitlab.redox-os.org/redox-os/gawk.git"
|
||||
upstream = "https://git.savannah.gnu.org/git/gawk.git"
|
||||
branch = "redox"
|
||||
tar = "https://ftp.gnu.org/gnu/gawk/gawk-5.2.0.tar.xz"
|
||||
blake3 = "31b907e8223fc265b73d94f32a6fce8082993da8558ed6e9f4ec95cdb98ad032"
|
||||
script = """
|
||||
autotools_recursive_regenerate
|
||||
"""
|
||||
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
COOKBOOK_CONFIGURE_FLAGS+=(
|
||||
ac_cv_func_gethostbyname=no
|
||||
ac_cv_func_connect=no
|
||||
)
|
||||
cookbook_configure
|
||||
"""
|
||||
template = "configure"
|
||||
|
||||
@ -1,9 +0,0 @@
|
||||
#TODO maybe wrong template, see https://www.tcl.tk/doc/howto/compile.html#unix
|
||||
[source]
|
||||
tar = "http://prdownloads.sourceforge.net/tcl/tk8.6.13-src.tar.gz"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cd unix
|
||||
cookbook_configure
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user