############################################################################### # IPFire.org - An Open Source Firewall Solution # # Copyright (C) - IPFire Development Team # ############################################################################### name = igmpproxy version = 0.4 release = 1 groups = Networking/Routing url = https://github.com/pali/igmpproxy license = GPLv2+ summary = A proxy for IGMP. description IGMPproxy is a simple dynamic Multicast Routing Daemon using only IGMP signalling. It's intended for simple forwarding of Multicast traffic between networks. end source_dl = https://github.com/pali/%{name}/archive/refs/tags/%{version}.tar.gz#/ build requires autoconf automake end configure_options += \ --sysconfdir=%{sysconfdir} prepare_cmds ./autogen.sh end end packages package %{name} package %{name}-debuginfo template DEBUGINFO end end