redox/recipes/wip/dev/debug/stratoshark/recipe.toml
2026-05-11 04:58:05 -03:00

14 lines
455 B
TOML

#TODO: not compiled or tested
#TODO: discover minimum dependencies from cmake log
# build instructions: https://www.wireshark.org/docs/wsdg_html_chunked/ChSetupUNIX.html
# build options: https://gitlab.com/wireshark/wireshark/-/blob/master/CMakeOptions.txt
[source]
tar = "https://2.na.dl.wireshark.org/src/wireshark-4.6.5.tar.xz"
[build]
template = "cmake"
cmakeflags = [
"-DBUILD_wireshark=OFF",
"-DBUILD_tshark=OFF",
"-DBUILD_strato=ON",
]