The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / smcroute / smcroute.mk
1 ################################################################################
2 #
3 # smcroute
4 #
5 ################################################################################
6
7 SMCROUTE_VERSION = 2.0.0
8 SMCROUTE_SOURCE = smcroute-$(SMCROUTE_VERSION).tar.xz
9 SMCROUTE_SITE = https://github.com/troglobit/smcroute/releases/download/$(SMCROUTE_VERSION)
10 SMCROUTE_LICENSE = GPLv2+
11 SMCROUTE_LICENSE_FILES = COPYING
12
13 SMCROUTE_CONF_OPTS = ac_cv_func_setpgrp_void=yes
14 #BUG:The package Makefile uses CC?= even though the package is autotools based
15 SMCROUTE_MAKE_ENV = $(TARGET_CONFIGURE_OPTS)
16
17 $(eval $(autotools-package))