buildroot/package/sispmctl/sispmctl.mk
Fabrice Fontaine de126703d1 package/sispmctl: bump to version 4.8
https://sourceforge.net/p/sispmctl/git/ci/release-4.8/tree/ChangeLog

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-10-25 15:52:27 +01:00

16 lines
473 B
Makefile

################################################################################
#
# sispmctl
#
################################################################################
SISPMCTL_VERSION = 4.8
SISPMCTL_SITE = http://downloads.sourceforge.net/project/sispmctl/sispmctl/sispmctl-$(SISPMCTL_VERSION)
SISPMCTL_LICENSE = GPL-2.0+
SISPMCTL_LICENSE_FILES = COPYING
SISPMCTL_DEPENDENCIES = libusb-compat
SISPMCTL_CONF_OPTS = --enable-webless
$(eval $(autotools-package))