83ea472f698698f5d74867134aef3b66430f4a9d
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / tree / tree.mk
1 ################################################################################
2 #
3 # tree
4 #
5 ################################################################################
6
7 TREE_VERSION = 1.6.0
8 TREE_SOURCE = tree-$(TREE_VERSION).tgz
9 TREE_SITE = http://mama.indstate.edu/users/ice/tree/src
10 TREE_LICENSE = GPLv2+
11 TREE_LICENSE_FILES = LICENSE
12
13 define TREE_BUILD_CMDS
14         $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
15 endef
16
17 define TREE_INSTALL_TARGET_CMDS
18         $(INSTALL) -D -m 0755 $(@D)/tree $(TARGET_DIR)/usr/bin/tree
19 endef
20
21 $(eval $(generic-package))