mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Release notes: https://github.com/latchset/jose/releases/tag/v15 Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Fiona Klute <fiona.klute@gmx.de>
18 lines
539 B
Makefile
18 lines
539 B
Makefile
################################################################################
|
|
#
|
|
# jose
|
|
#
|
|
################################################################################
|
|
|
|
JOSE_VERSION = 15
|
|
JOSE_SOURCE = jose-$(JOSE_VERSION).tar.xz
|
|
JOSE_SITE = https://github.com/latchset/jose/releases/download/v$(JOSE_VERSION)
|
|
JOSE_LICENSE = Apache-2.0
|
|
JOSE_LICENSE_FILES = COPYING
|
|
JOSE_INSTALL_STAGING = YES
|
|
JOSE_DEPENDENCIES = host-pkgconf zlib jansson openssl
|
|
JOSE_CONF_OPTS = -Ddocs=disabled
|
|
JOSE_CPE_ID_VENDOR = latchset
|
|
|
|
$(eval $(meson-package))
|