]> git.ipfire.org Git - ipfire-3.x.git/blame - igmpproxy/igmpproxy.nm
mc: Proper harden consaver binary
[ipfire-3.x.git] / igmpproxy / igmpproxy.nm
CommitLineData
782091d7 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
782091d7
MT
4###############################################################################
5
802ea3af 6name = igmpproxy
f0fa75b9 7version = 0.4
802ea3af 8release = 1
782091d7 9
802ea3af 10groups = Networking/Routing
f0fa75b9 11url = https://github.com/pali/igmpproxy
802ea3af
MT
12license = GPLv2+
13summary = A proxy for IGMP.
782091d7 14
802ea3af 15description
782091d7
MT
16 IGMPproxy is a simple dynamic Multicast Routing Daemon using only IGMP
17 signalling. It's intended for simple forwarding of Multicast traffic
18 between networks.
802ea3af
MT
19end
20
f0fa75b9 21source_dl = https://github.com/pali/%{name}/archive/refs/tags/%{version}.tar.gz#/
782091d7 22
802ea3af 23build
f0fa75b9
SS
24 requires
25 autoconf
26 automake
27 end
28
802ea3af 29 configure_options += \
f0fa75b9
SS
30 --sysconfdir=%{sysconfdir}
31
32 prepare_cmds
33 ./autogen.sh
34 end
802ea3af 35end
782091d7 36
802ea3af
MT
37packages
38 package %{name}
1f9bc2f0
MT
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
802ea3af 43end