mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-05 19:18:43 +08:00
22 lines
425 B
TOML
22 lines
425 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://github.com/tux4kids/tuxmath/blob/master/doc/INSTALL
|
|
[source]
|
|
git = "https://github.com/tux4kids/tuxmath"
|
|
shallow_clone = true
|
|
script = """
|
|
DYNAMIC_INIT
|
|
autotools_recursive_regenerate
|
|
"""
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"t4kcommon",
|
|
"sdl1",
|
|
"sdl1-image",
|
|
"sdl1-mixer",
|
|
"sdl1-ttf",
|
|
"sdl2-net",
|
|
"sdl-pango",
|
|
"librsvg",
|
|
]
|