4cd04b401c
- Update indention in hash file (two spaces) - Use official tarball https://github.com/pali/igmpproxy/releases/tag/0.3 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
461 B
Makefile
15 lines
461 B
Makefile
################################################################################
|
|
#
|
|
# 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))
|