buildroot/package/sispmctl/sispmctl.mk
Fabrice Fontaine b4e0068a74 package/sispmctl: bump to version 4.1
- Remove patch (already in version)
- Change license file to COPYING and Add its hash

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2019-09-23 22:06:48 +02:00

16 lines
473 B
Makefile

################################################################################
#
# sispmctl
#
################################################################################
SISPMCTL_VERSION = 4.1
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))