63847a4b2e
Drop patch (already in version) https://sourceforge.net/p/sispmctl/git/ci/release-4.9/tree/ChangeLog Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
16 lines
473 B
Makefile
16 lines
473 B
Makefile
################################################################################
|
|
#
|
|
# sispmctl
|
|
#
|
|
################################################################################
|
|
|
|
SISPMCTL_VERSION = 4.9
|
|
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))
|