bbe7ef1922
- Update hash of LICENSE file (update in year:
2882ead5bb
)
- Update indentation in hash file (two spaces)
https://jansson.readthedocs.io/en/2.13/changes.html#version-2-13-1
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
399 B
Makefile
15 lines
399 B
Makefile
################################################################################
|
|
#
|
|
# jansson
|
|
#
|
|
################################################################################
|
|
|
|
JANSSON_VERSION = 2.13.1
|
|
JANSSON_SITE = http://www.digip.org/jansson/releases
|
|
JANSSON_LICENSE = MIT
|
|
JANSSON_LICENSE_FILES = LICENSE
|
|
JANSSON_INSTALL_STAGING = YES
|
|
JANSSON_CONF_ENV = LIBS="-lm"
|
|
|
|
$(eval $(autotools-package))
|