kumquat-buildroot/package/jansson/jansson.mk
Peter Korsgaard 4bda4e6ed8 jansson: add empty line after header
Missed from previous commit.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-04-26 23:08:51 +02:00

14 lines
328 B
Makefile

#############################################################
#
# jansson
#
#############################################################
JANSSON_VERSION = 2.4
JANSSON_SITE = http://www.digip.org/jansson/releases
JANSSON_LICENSE = MIT
JANSSON_LICENSE_FILES = LICENSE
JANSSON_INSTALL_STAGING = YES
$(eval $(autotools-package))