mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-06 11:38:41 +08:00
12 lines
272 B
TOML
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",
|
|
]
|