mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
17 lines
389 B
TOML
17 lines
389 B
TOML
#TODO compile and test
|
|
# build instructions: https://github.com/avahi/avahi/blob/master/docs/INSTALL
|
|
# dependencies: https://github.com/avahi/avahi/blob/master/docs/README#L15
|
|
[source]
|
|
tar = "https://avahi.org/download/avahi-0.8.tar.gz"
|
|
[build]
|
|
template = "configure"
|
|
configureflags = [
|
|
"--disable-libsystemd"
|
|
]
|
|
dependencies = [
|
|
"glib",
|
|
"expat",
|
|
"libdaemon",
|
|
"dbus",
|
|
]
|