mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08:00
36f7569b6d
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))
|