mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
14 lines
438 B
Makefile
14 lines
438 B
Makefile
################################################################################
|
|
#
|
|
# igmpproxy
|
|
#
|
|
################################################################################
|
|
|
|
IGMPPROXY_VERSION = 0.2.1
|
|
IGMPPROXY_SITE = $(call github,pali,igmpproxy,$(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))
|