diff --git a/component/dnsmasq/buildout.cfg b/component/dnsmasq/buildout.cfg new file mode 100644 index 0000000000000000000000000000000000000000..86e9b51b5120764207ecebda8cd8c0f0f8660666 --- /dev/null +++ b/component/dnsmasq/buildout.cfg @@ -0,0 +1,14 @@ +# Dnsmasq provides network infrastructure for small networks: DNS, DHCP, router advertisement and network boot. +# https://dnsmasq.org/ + +[buildout] +parts = + dnsmasq + +[dnsmasq] +recipe = slapos.recipe.cmmi +url = https://thekelleys.org.uk/dnsmasq/dnsmasq-2.89.tar.gz +md5sum = f94ca2dad3d002a4f3e41cb8ddd6c260 +configure-command = true +make-options = + PREFIX=%(location)s