]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - igmpproxy/igmpproxy.nm
pdns: Update to version 3.4.7
[people/amarx/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
MT
6name = igmpproxy
7version = 0.1
8release = 1
782091d7 9
802ea3af
MT
10groups = Networking/Routing
11url = http://sourceforge.net/projects/igmpproxy/
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
21source_dl =
782091d7 22
802ea3af
MT
23build
24 configure_options += \
25 --sysconfdir=/etc
26end
782091d7 27
802ea3af
MT
28packages
29 package %{name}
30 end
1f9bc2f0
MT
31
32 package %{name}-debuginfo
33 template DEBUGINFO
34 end
802ea3af 35end