54bf4bd674
Add a hash file also since the release tarball has been uploaded by the maintainer. Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
18 lines
613 B
Makefile
Executable File
18 lines
613 B
Makefile
Executable File
################################################################################
|
|
#
|
|
# smcroute
|
|
#
|
|
################################################################################
|
|
|
|
SMCROUTE_VERSION = 2.0.0
|
|
SMCROUTE_SOURCE = smcroute-$(SMCROUTE_VERSION).tar.xz
|
|
SMCROUTE_SITE = https://github.com/troglobit/smcroute/releases/download/$(SMCROUTE_VERSION)/
|
|
SMCROUTE_LICENSE = GPLv2+
|
|
SMCROUTE_LICENSE_FILES = COPYING
|
|
|
|
SMCROUTE_CONF_OPTS = ac_cv_func_setpgrp_void=yes
|
|
#BUG:The package Makefile uses CC?= even though the package is autotools based
|
|
SMCROUTE_MAKE_ENV = $(TARGET_CONFIGURE_OPTS)
|
|
|
|
$(eval $(autotools-package))
|