kumquat-buildroot/package/sispmctl/sispmctl.mk
Fabrice Fontaine 14fa799c57 package/sispmctl: bump to version 4.11
Switch to https to avoid a redirection because of HSTS

https://sourceforge.net/p/sispmctl/git/ci/release-4.11/tree/ChangeLog

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2024-02-05 18:26:17 +01:00

16 lines
475 B
Makefile

################################################################################
#
# sispmctl
#
################################################################################
SISPMCTL_VERSION = 4.11
SISPMCTL_SITE = https://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))