637da791ff
recipes/dev/gcc13 was claiming name='cxx' — conflicted with local/recipes/dev/gcc-native also claiming 'cxx'. Renamed to match directory names for unique package identification by the cookbook.
14 lines
269 B
TOML
14 lines
269 B
TOML
[package]
|
|
name = "tk"
|
|
version = "8.6.13"
|
|
|
|
#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
|
|
"""
|