3f3635e1f4bce10a86a0c3a3d4e66b644aa0df6a
[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))