706a10e6dc6aa3417cbf96943f9729f8914b031d
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libfslparser / libfslparser.mk
1 ################################################################################
2 #
3 # libfslparser
4 #
5 ################################################################################
6
7 LIBFSLPARSER_VERSION = 3.0.11
8 LIBFSLPARSER_SITE = $(FREESCALE_IMX_SITE)
9 LIBFSLPARSER_SOURCE = libfslparser-$(LIBFSLPARSER_VERSION).bin
10 LIBFSLPARSER_INSTALL_STAGING = YES
11
12 LIBFSLPARSER_LICENSE = Freescale Semiconductor Software License Agreement
13 LIBFSLPARSER_LICENSE_FILES = EULA EULA.txt
14 LIBFSLPARSER_REDISTRIBUTE = NO
15
16 define LIBFSLPARSER_EXTRACT_CMDS
17         $(call FREESCALE_IMX_EXTRACT_HELPER,$(DL_DIR)/$(LIBFSLPARSER_SOURCE))
18 endef
19
20 # The Makefile installs several versions of the libraries, but we only
21 # need one of them, depending on the platform.
22
23 # without AUTORECONF, configure fails to find install-sh.
24 LIBFSLPARSER_AUTORECONF = YES
25
26 $(eval $(autotools-package))