hc
2024-03-25 edb30157bad0c0001c32b854271ace01d3b9a16a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
################################################################################
#
# igmpproxy
#
################################################################################
 
IGMPPROXY_VERSION = 0.3
IGMPPROXY_SITE = \
   https://github.com/pali/igmpproxy/releases/download/$(IGMPPROXY_VERSION)
IGMPPROXY_AUTORECONF = YES
IGMPPROXY_LICENSE = GPL-2.0+, BSD-3-Clause (mrouted)
IGMPPROXY_LICENSE_FILES = COPYING GPL.txt Stanford.txt
 
$(eval $(autotools-package))