be7e2bca8d
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
14 lines
366 B
Makefile
14 lines
366 B
Makefile
################################################################################
|
|
#
|
|
# jansson
|
|
#
|
|
################################################################################
|
|
|
|
JANSSON_VERSION = 2.6
|
|
JANSSON_SITE = http://www.digip.org/jansson/releases
|
|
JANSSON_LICENSE = MIT
|
|
JANSSON_LICENSE_FILES = LICENSE
|
|
JANSSON_INSTALL_STAGING = YES
|
|
|
|
$(eval $(autotools-package))
|