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 / zsh / zsh.mk
1 ################################################################################
2 #
3 # zsh
4 #
5 ################################################################################
6
7 ZSH_VERSION = 5.0.7
8 ZSH_SITE = http://www.zsh.org/pub
9 ZSH_DEPENDENCIES = ncurses
10 ZSH_CONF_OPTS = --bindir=/bin
11 ZSH_LICENSE = MIT-like
12 ZSH_LICENSE_FILES = LICENCE
13
14 # Remove versioned zsh-x.y.z binary taking up space
15 define ZSH_TARGET_INSTALL_FIXUPS
16         rm -f $(TARGET_DIR)/bin/zsh-$(ZSH_VERSION)
17 endef
18 ZSH_POST_INSTALL_TARGET_HOOKS += ZSH_TARGET_INSTALL_FIXUPS
19
20 $(eval $(autotools-package))