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 / sispmctl / sispmctl.mk
1 ################################################################################
2 #
3 # sispmctl
4 #
5 ################################################################################
6
7 SISPMCTL_VERSION = 3.1
8 SISPMCTL_SITE = http://downloads.sourceforge.net/project/sispmctl/sispmctl/sispmctl-$(SISPMCTL_VERSION)
9 SISPMCTL_LICENSE = GPLv2+
10 SISPMCTL_LICENSE_FILES = LICENCE
11 SISPMCTL_DEPENDENCIES = libusb-compat
12
13 SISPMCTL_CONF_OPTS = --enable-webless
14
15 # We're patching configure.in
16 SISPMCTL_AUTORECONF = YES
17
18 $(eval $(autotools-package))