mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
11 lines
276 B
TOML
11 lines
276 B
TOML
#TODO discover minimum dependencies from configure log
|
|
[source]
|
|
tar = "https://sourceforge.net/projects/tcl/files/Tcl/8.6.18/tk8.6.18-src.tar.gz"
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
DYNAMIC_INIT
|
|
COOKBOOK_CONFIGURE="$COOKBOOK_SOURCE/unix/configure"
|
|
cookbook_configure
|
|
"""
|