redox/recipes/wip/samba/recipe.toml
2023-11-30 18:13:53 +00:00

12 lines
272 B
TOML

#TODO probably wrong tarball
# filesystem support - https://wiki.samba.org/index.php/File_System_Support
[source]
tar = "https://download.samba.org/pub/samba/samba-4.19.3.tar.gz"
[build]
template = "configure"
dependencies = [
"gnutls",
"zlib",
"kerberos5",
]