mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
This release now includes our local patch so we can drop it. Changelog: https://git.glasklar.is/sigsum/core/sigsum-c/-/blob/v1.1.0/NEWS?ref_type=tags#L1-28 Signed-off-by: Florian Larysch <fl@n621.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
22 lines
561 B
Makefile
22 lines
561 B
Makefile
################################################################################
|
|
#
|
|
# sigsum-c
|
|
#
|
|
################################################################################
|
|
|
|
SIGSUM_C_VERSION = v1.1.0
|
|
SIGSUM_C_SITE = https://git.glasklar.is/sigsum/core/sigsum-c
|
|
SIGSUM_C_SITE_METHOD = git
|
|
SIGSUM_C_LICENSE = BSD-2-Clause
|
|
SIGSUM_C_LICENSE_FILES = LICENSE
|
|
SIGSUM_C_INSTALL_STAGING = YES
|
|
SIGSUM_C_DEPENDENCIES = nettle
|
|
|
|
SIGSUM_C_AUTORECONF = YES
|
|
|
|
ifneq ($(BR2_PACKAGE_SIGSUM_C_TOOLS),y)
|
|
SIGSUM_C_CONF_OPTS += --disable-tools
|
|
endif
|
|
|
|
$(eval $(autotools-package))
|