buildrootschalter/package/smcroute/smcroute.mk
Matt Weber dfa3c83181 smcroute: new package
Signed-off-by: Matt Weber <mlweber1@rockwellcollins.com>
Signed-off-by: Sean Gerhardt <sagerhar@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2013-12-16 21:32:29 +01:00

17 lines
536 B
Makefile
Executable File

################################################################################
#
# smcroute
#
################################################################################
SMCROUTE_VERSION = 1.99.2
SMCROUTE_SITE = $(call github,troglobit,smcroute,$(SMCROUTE_VERSION))
SMCROUTE_LICENSE = GPLv2+
SMCROUTE_LICENSE_FILES = COPYING
SMCROUTE_CONF_OPT = 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))