The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[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))