40920d2575d9a51acaa625bb7e91ac2fcb2baaa0
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / tstools / tstools.mk
1 ################################################################################
2 #
3 # tstools
4 #
5 ################################################################################
6
7 TSTOOLS_VERSION = 1_11
8 TSTOOLS_SITE = https://tstools.googlecode.com/files
9 TSTOOLS_SOURCE = tstools-$(TSTOOLS_VERSION).tgz
10 TSTOOLS_LICENSE = MPL v1.1
11
12 define TSTOOLS_BUILD_CMDS
13         $(TARGET_CONFIGURE_OPTS) LD="$(TARGET_CC)" $(TARGET_MAKE_ENV) \
14                 $(MAKE1) -C $(@D)
15 endef
16
17 define TSTOOLS_INSTALL_TARGET_CMDS
18         $(TARGET_CONFIGURE_OPTS) $(TARGET_MAKE_ENV) $(MAKE) -C $(@D) \
19                 DESTDIR=$(TARGET_DIR) install
20 endef
21
22 $(eval $(generic-package))