1ed727bc41
Last bump dates back to April 2016, time for current git HEAD. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 lines
428 B
Makefile
14 lines
428 B
Makefile
################################################################################
|
|
#
|
|
# igmpproxy
|
|
#
|
|
################################################################################
|
|
|
|
IGMPPROXY_VERSION = f47644d8fa7266a784f3ec7b251e7d318bc2f0a9
|
|
IGMPPROXY_SITE = $(call github,pali,igmpproxy,$(IGMPPROXY_VERSION))
|
|
IGMPPROXY_AUTORECONF = YES
|
|
IGMPPROXY_LICENSE = GPL-2.0+
|
|
IGMPPROXY_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|