mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
For change log, see: https://sourceforge.net/p/sispmctl/git/ci/release-4.12/tree/ChangeLog Signed-off-by: Julien Olivain <ju.o@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
16 lines
475 B
Makefile
16 lines
475 B
Makefile
################################################################################
|
|
#
|
|
# sispmctl
|
|
#
|
|
################################################################################
|
|
|
|
SISPMCTL_VERSION = 4.12
|
|
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))
|